wrf_meta: Returns metadata (attributes) of wrf file in a data.frame

View source: R/wrf_meta.R

wrf_metaR 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)
}

eixport documentation built on Oct. 4, 2023, 9:13 a.m.