View source: R/importNCRNWater.R
| importNCRNWater | R Documentation |
This function imports data from a .csv files exported from NPStoret and saves it as Park objects.
importNCRNWater(
Dir,
Data = "Water Data.csv",
MetaData = "MetaData.csv",
wqx = FALSE
)
Dir |
The directory where the data is found |
Data |
The data file. Defaults to "Water Data.csv" |
MetaData |
The metadata file. Defaults to "MetaData.csv" |
wqx |
Indicates if the data file is in wqx format, defaults to |
Returns Park objects, one for each park, as a list.
ncrnwd<-importNCRNWater(Dir = "./Data/NCRN", Data = "Water Data.csv", MetaData = "VizMetaData.csv")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.