View source: R/list_variable_available_dimensions.R
list_variable_available_dimensions | R Documentation |
This function returns all the dimensions possibly available for a given variable stored on Sardara DB. NB: the term "variable" is sometimes called "fact".
list_variable_available_dimensions(con,variable)
con |
a wrapper of rpostgresql connection (connection to a database) |
variable |
string. The name of a variable (e.g. "catch", or "effort", or "catch_at_size") |
Paul Taconet, paul.taconet@ird.fr
Other discover data: get_codelist_of_dimension
,
get_dsd_of_dataset
,
list_dataset_available_dimensions
,
list_metadata_datasets
#list dimensions available for variable "catch"
list_variable_available_dimensions(db_connection_sardara_world(),"catch")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.