ebv_datacubepaths {ebvcube}R Documentation

Get datacubepaths of EBV netCDF

Description

Get the paths to the datacubes of the EBV netCDF to access the data.

Usage

ebv_datacubepaths(filepath, verbose = TRUE)

Arguments

filepath

Character. Path to the netCDF file.

verbose

Logical. Default: TRUE. Turn off additional prints by setting it to FALSE.

Value

Dataframe containing the paths to access the datacubes and descriptions of scenario, metric and entity if existing.

Examples

#set path to EBV netCDF
file <- system.file(file.path("extdata","martins_comcom_subset.nc"), package="ebvcube")

#get all datacubepaths of EBV netCDF
datacubes <- ebv_datacubepaths(file)

[Package ebvcube version 0.1.7 Index]