check_key | R Documentation |
Check if the specified set of attributes can be the key of the table.
check_key(table, key = NULL)
table |
A |
key |
A vector, attributes that compose the key. |
The table can be a data table or a vector layer.
A boolean.
Other geolevel definition functions:
add_geometry()
,
complete_point_geometry()
,
coordinates_to_geometry()
,
geolevel()
,
get_empty_geometry_instances()
,
get_geometry()
layer_us_county <- get_level_layer(gd_us, "county")
is_key <- check_key(layer_us_county, key = c("statefp", "name"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.