Learn R Programming

eixport (version 0.6.2)

wrf_meta: 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

Run this code
{
file = paste0(system.file("extdata", package = "eixport"),"/wrfinput_d02")
wrf_meta(file)
}

Run the code above in your browser using DataLab