Description Usage Arguments Value Examples
View source: R/EnvironImport.R
Import a weather station file created by an Environdata weather station
1 |
file |
Filename of the csv file. |
List with three name elements: Data with the actual data as data.frame, Parameter names and Units for each parameter. Grand totals, means etc provided in the Environdata file are currently discarded.
1 2 3 4 5 6 7 | ## Not run:
weather <- EnvironImport(myfile.csv)
head(weather$Data)
weather$Parameters
weather$Units
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.