Description Usage Arguments Value Examples
This function looks for particular character sets in a string pulled from the filename and reads them. It is used recursively with getTable and read_whole_folder_RTW, for more information, please refer to the documentation for those functions
1 | concatTables(stations, viewTable = FALSE, writeFile = FALSE)
|
stations |
a vector of type string containing the names of stations |
viewTable |
a logical argument that will display the output of the generated table, TRUE, concatTables will print the table |
writeFile |
a logical arugment that will write the file to the data folder included in the SWA portable designed for Amazon. |
dataframe of generated stop frequency by station
1 2 3 4 5 6 7 | ## Not run:
dir <- paste0(paste0("C:/Users/", Sys.getenv("USERNAME")), "/Documents/R/WD/RTW")
setwd(dir)
stationNames <- c("DLA7", "DPS1")
weekStopFreq <- concatTables(stationNames, TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.