read_whole_folder_RTW: Reads Manifests to Frequency Table

Description Usage Arguments Value Examples

View source: R/read_whole_folder_RTW.R

Description

Takes a file of manifests and transforms it into a a stop frequency table.

Usage

1
read_whole_folder_RTW(files, ext, writeEachStation = FALSE)

Arguments

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

Value

None

Examples

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)

notsynonymous/SWA documentation built on Dec. 22, 2021, 3:13 a.m.