Learn R Programming

meteoEVT (version 0.1.0)

readin_era5: read in ERA5 data

Description

: reads ERA5 data

Usage

readin_era5(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 = readin_era5(myfile)

Run the code above in your browser using DataLab