get_layer | R Documentation |
Get the geographic information layer from a geolayer
object.
get_layer(gl, keep_all_variables_na)
## S3 method for class 'geolayer'
get_layer(gl, keep_all_variables_na = FALSE)
gl |
A |
keep_all_variables_na |
A boolean, keep rows with all variables NA. |
By default, rows that are NA for all variables are eliminated.
A sf
object.
Other query functions:
as_GeoPackage()
,
as_geolayer()
,
filter_dimension()
,
get_variable_description()
,
get_variables()
,
run_query()
,
select_dimension()
,
select_fact()
,
set_layer()
,
set_variables()
,
star_query()
gl <- mrs_db_geo |>
as_geolayer()
l <- gl |>
get_layer()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.