Description Usage Arguments Value Examples
View source: R/read_whole_folder_RTW.R
Takes a file of manifests and transforms it into a a stop frequency table.
1 | read_whole_folder_RTW(files, ext, writeEachStation = FALSE)
|
files |
a vector of type string that contains the station name |
ext |
a vector object of length 1 that contains the object name extension – this will also be passed to the filename along with a timestamp. |
writeEachStation |
a logical argument that will write individual fields for each station |
None
1 2 3 4 5 6 | ## Not run: setwd(PATH_TO_FOLDER)
fileNames <- list.files()
read_whole_folder_RTW(fileNames, "ALL")
ls()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.