Learn R Programming

meteoEVT (version 0.1.0)

readin_dim: read in dimensions

Description

: reads dimensions of ERA5 data

Usage

readin_dim(filename)

Value

no return

Arguments

filename

name of file to read in

Examples

Run this code
myfile=system.file("extdata", "era5_storm-zeynep.nc", package = "meteoEVT")
data_dims = readin_dim(myfile)

Run the code above in your browser using DataLab