import_ext_temp_hum: Import temperature and humidity from external module

Description Usage Arguments Value Examples

View source: R/load_data.R

Description

Import temperature and humidity from external module

Usage

1

Arguments

csv_name

: file to import

...

: optional arguments

Value

: a R tibble containing external temperature and humidity

Examples

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

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