The variables layer includes the names and description through various fields
of the variables contained in the geolayer.
Usage
get_variables(gl)
# S3 method for geolayer
get_variables(gl)
Value
A tibble object.
Arguments
gl
A geolayer object.
Details
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.