compose_filename: Compose a Brickman filepath

View source: R/path.R

compose_filenameR Documentation

Compose a Brickman filepath

Description

Compose a Brickman filepath

Usage

compose_filename(
  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

charcater, the root path to the data

Examples

## Not run: 
read_layers()

## End(Not run)

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