nc_get_table | R Documentation |
Retrieve a table of dimensions and variables by name. Dimensions and variables must have same length.
nc_get_table(
x,
dnames = "time",
vnames = c("conductivity", "temperature", "salinity", "sigma_t"),
form = c("table", "tsibble")[1],
...
)
x |
ncdf4 class object |
dnames |
character, the name of the dimensions to retrieve |
vnames |
character, the name of the variables to retrieve |
form |
character either "table" (default) or "tsibble" the default table is a tibble. |
... |
other arguments for |
table of dimensions and variables
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.