get_var_meta {pastclim}R Documentation

Get the metadata for a variable in a given dataset.

Description

Internal getter function

Usage

get_var_meta(variable, dataset)

Arguments

variable

one or more variable names to be downloaded

dataset

string defining dataset to be downloaded (a list of possible values can be obtained with list_available_datasets()). This function will not work on custom datasets.

Value

the metadata (including filename) for that variable in that dataset


[Package pastclim version 2.1.0 Index]