import_ext_wind: Import wind from external module

Description Usage Arguments Value Examples

View source: R/load_data.R

Description

Import wind from external module

Usage

1
import_ext_wind(csv_name = NULL, ...)

Arguments

csv_name

: file to import

...

: optional arguments

Value

: a R tibble containing external wind and gust

Examples

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

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