fdbk_dt: Fdbk file content (as obtained from read_fdbk(_f)) is...

Description Usage Arguments Value Author(s) Examples

View source: R/fdbk_asdataframe.R

Description

Fdbk file content (as obtained from read_fdbk(_f)) is converted into a data.table. Therefore a lot of data overhead is created as most data will be duplicated. However, data.tables offer a lot of extra functionality.

Usage

1
fdbk_dt(fdbk)

Arguments

fdbk

output from read_fdbk

Value

a data.table of the feedback file data section

Author(s)

Felix <felix.fundel@dwd.de>

Examples

1
2
3
4
5
fdbk = read_fdbk("~/examplesRfdbk/icon/synop/verSYNOP.2014120112")
format(object.size(fdbk),"Mb")
DT   = fdbk_dt(fdbk)
format(object.size(DT),"Mb")
DT

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