compose_filename | R Documentation |
Compose a Brickman filepath
compose_filename(
scenario = c("RCP45", "RCP85", "PRESENT")[1],
year = c(2055, 2075, NA)[1],
path = get_path("nc")
)
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 |
## Not run:
read_layers()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.