list_variable_available_dimensions: List dimensions available for a given variable

Description Usage Arguments Author(s) See Also Examples

View source: R/list_variable_available_dimensions.R

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

1

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

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

ptaconet/rtunaatlas documentation built on Sept. 21, 2021, 10:43 p.m.