read_layers | R Documentation |
Read Brickman ncdf data into stars objects
read_layers(
scenario = c("RCP45", "RCP85", "PRESENT")[1],
year = c(2055, 2075, NA)[1],
vars = c("dSST", "dSSS"),
interval = c("ann", "mon")[1],
path = get_path("nc"),
verbose = FALSE
)
scenario |
character, (case insensitive) one of 'RCP45', 'RCP85', or 'PRESENT' |
year |
integer or character, the year to read, ignored if scenario is 'PRESENT' |
vars |
character, variable names (leading "d" and no trailing "_ann") |
interval |
character, on of "ann" or "mon" |
path |
character, the root path to the data |
verbose |
logical, if TRUE output messages |
## 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.