| get_variables | R Documentation | 
The variables layer includes the names and description through various fields of the variables contained in the geolayer.
get_variables(gl)
## S3 method for class 'geolayer'
get_variables(gl)
| gl | A  | 
The way to select the variables we want to work with is to filter this layer
and subsequently set it as the object's variables layer using the set_variables()
function.
A tibble object.
Other query functions: 
as_GeoPackage(),
as_geolayer(),
filter_dimension(),
get_layer(),
get_variable_description(),
run_query(),
select_dimension(),
select_fact(),
set_layer(),
set_variables(),
star_query()
gl <- mrs_db_geo |>
  as_geolayer()
v <- gl |>
  get_variables()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.