import_meteo: Import ARCHIMED meteo file

Description Usage Arguments Details Value Examples

View source: R/import_meteo.R

Description

Import ARCHIMED meteo file

Usage

1

Arguments

x

The file path or connexion to the meteo file

Details

The function uses data.table::fread() under the hood, so the x argument should match the input format as for this function.

Value

The meteo file in a more conveniant format for R usage

Examples

1
2
3
4
 ## Not run: 
 import_meteo("output/meteo.csv")
 
## End(Not run)

VEZY/archimedR documentation built on Feb. 28, 2020, 6:36 p.m.