powered by
Get the paths to the datacubes of the EBV netCDF to access the data.
ebv_datacubepaths(filepath, verbose = TRUE)
Dataframe containing the paths to access the datacubes and descriptions of scenario, metric and entity if existing.
Character. Path to the netCDF file.
Logical. Default: TRUE. Turn off additional prints by setting it to FALSE.
#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)
Run the code above in your browser using DataLab