list_variable_available_dimensions: List dimensions available for a given variable

View source: R/list_variable_available_dimensions.R

list_variable_available_dimensionsR Documentation

List dimensions available for a given variable

Description

This function returns all the dimensions possibly available for a given variable stored on Sardara DB. NB: the term "variable" is sometimes called "fact".

Usage

list_variable_available_dimensions(con,variable)

Arguments

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")

Author(s)

Paul Taconet, paul.taconet@ird.fr

See Also

Other discover data: get_codelist_of_dimension, get_dsd_of_dataset, list_dataset_available_dimensions, list_metadata_datasets

Examples


#list dimensions available for variable "catch"
list_variable_available_dimensions(db_connection_sardara_world(),"catch")


ptaconet/rtunaatlas documentation built on June 23, 2024, 9:35 p.m.