wrf_meta {eixport} | R Documentation |
Returns metadata (attributes) of wrf file in a data.frame
Description
wrf_meta
returns the attributes of a wrf
NetCDF file in a data.frame. Therefore, there is no need to
use ncdump -h "wrf_file"
Usage
wrf_meta(file = file.choose())
Arguments
file |
Character; name of file interactively (default) or specified |
Examples
{
file = paste0(system.file("extdata", package = "eixport"),"/wrfinput_d02")
wrf_meta(file)
}
[Package eixport version 0.6.0 Index]