create_coord_var | R Documentation |
Create a coordinate variable
create_coord_var(
name,
dims,
dim_factors,
coord_dim,
index_table,
ns_dim,
time_dim,
nr_column,
value_column
)
name |
Name of the variable |
dims |
Dimensions of all variables |
dim_factors |
Factors of all dimensions |
coord_dim |
Coordinate dimension |
index_table |
data.table with index columns |
ns_dim |
ns dimension |
time_dim |
time dimension |
nr_column |
nr column |
value_column |
value column |
Creates a coordinate variable with associated dimensions
a list with information on the coordinate variable
Sebastian Funk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.