query_layers: Retrieve a listing of the variables in a Brickman file

View source: R/io.R

query_layersR Documentation

Retrieve a listing of the variables in a Brickman file

Description

Retrieve a listing of the variables in a Brickman file

Usage

query_layers(
  scenario = c("RCP45", "RCP85", "PRESENT")[1],
  year = c(2055, 2075, NA)[1],
  path = get_path("nc")
)

Arguments

scenario

character, (case insensitive) one of 'RCP45', 'RCP85', or 'PRESENT'

year

integer or character, the year to read, ignored if scenario is 'PRESENT'

path

character, the root path to the data

Value

character vector of variable names


BigelowLab/brickman documentation built on April 22, 2024, 9:26 p.m.