import_ext_rain: Import rainfall from external module

Description Usage Arguments Value Examples

View source: R/load_data.R

Description

Import rainfall from external module

Usage

1
import_ext_rain(csv_name = NULL, ...)

Arguments

csv_name

: file to import

...

: optional arguments

Value

: a R tibble containing external rainfall

Examples

1
2
csv_name <- "f:/r/netatmo/csv/Pluviometre_04_2017.csv"
boo <- import_ext_rain(csv_name = csv_name)

powpowpow09/meteoR documentation built on May 10, 2021, 8:33 p.m.