Description Usage Arguments Examples
This is a wrapper function for write_input_swat2012_other()
| 1 2 | write_input_swat2012_hmd(file, data, station_names,
  col_time_name = "time_posix")
 | 
| file | string: directory + file name of output file | 
| data | data.frame: contains a column with time stamp and >=1 columns with data; time column needs to be of type POSIXct | 
| station_names | character-array: contains names of the stations to write out; have to be equal to column names of data | 
| col_time_name | character, optional: name of the time stamp column, default = 'time_posix' | 
| 1 | # see example in README
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.