View source: R/create_wcdirs.R
| create_wcdirs | R Documentation | 
This function creates a set of folders in the specified directory in which environmental arrays (one file for each day) can be stored.
create_wcdirs(dir = getwd(), vars = "temp")
dir | 
 A string specifying the directory in which to create a folder for each environmental variable.  | 
vars | 
 A character vector specifying the names of the folders to create in   | 
Edward Lavender
## Not run: 
# Define folders for several variables in the working directory:
create_wcdirs(dir = getwd(), vars = c("temp", "salinity", "tidal_elevation", "short_wave"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.