Learn R Programming

swmmr (version 0.9.1)

inp_to_files: Convert SWMM's .inp to .shp and txt files

Description

Convert SWMM's .inp to .shp and txt files

Usage

inp_to_files(x, name, path_out = getwd())

Arguments

x

An object of class inp.

name

Give a name for the current model, e.g. "Example1".

path_out

Writeable directory name where to save the converted files. Folders: dat, shp and txt will be created if not existent. Default is the current working directory of the R process.

Value

.dat, .shp and/or .txt files.