is_geo.Rd
Does a dataset contain geospatial features?
is_geo(x) # S3 method for metadata is_geo(x) # S3 method for tbl_df is_geo(x) # S3 method for character is_geo(x)
x | A |
---|
logical
, whether a dataset is annotated as containing geospatial features.
metadata
: Method to check if a metadata
object obtained via sal_get_metadata()
references a
dataset that is_geo()
.
tbl_df
: Method to check if a tibble
obtained via sal_get_dataset()
references a dataset
that is_geo()
.
character
: Method to check if a character
representing a dataset_id
references a dataset that
is_geo()
.
library(salinasr) is_geo("bikeways")#> [1] TRUE#> [1] TRUE#> [1] TRUE