read_fdbk_f: Load the entire content of a fdbk file or only some specified...

Description Usage Arguments Value Author(s) Examples

View source: R/fdbk_asdataframe.R

Description

Load the entire content of a fdbk file or only some specified variables (faster and more resource friendly)

Usage

1
read_fdbk_f(filename, vars = "")

Arguments

filename

NetCDF fdbk filename including path

vars

vector of variables that should be retained if not specified or "" all variables are loaded

Value

a list of entries from the given fdbk file

Author(s)

Felix <felix.fundel@dwd.de>

Examples

1
2
fdbk = read_fdbk_f("~/examplesRfdbk/icon/synop/verSYNOP.2014120112",c("obs","veri_data"))
str(fdbk)

rfxf/Rfdbk documentation built on May 27, 2019, 7:22 a.m.