EnvironImport: Import a weather station file created by an Environdata...

Description Usage Arguments Value Examples

View source: R/EnvironImport.R

Description

Import a weather station file created by an Environdata weather station

Usage

1

Arguments

file

Filename of the csv file.

Value

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.

Examples

1
2
3
4
5
6
7
## Not run: 
weather <- EnvironImport(myfile.csv)
head(weather$Data)
weather$Parameters
weather$Units

## End(Not run)

MarkusLoew/Environdataimport documentation built on May 7, 2019, 3:35 p.m.