Description Usage Arguments Value Methods (by class) Author(s) Examples
Does a dataset contain geospatial features?
1 2 3 4 5 6 7 8 9 10  | 
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().
Brendan Knapp brendan.g.knapp@gmail.com
1 2 3 4 5 6 7 8 9 10  | library(salinasr)
is_geo("bikeways")
sal_get_metadata("bikeways") %>% 
  is_geo()
  
sal_get_metadata("bikeways") %>% 
  sal_get_dataset() %>% 
  is_geo()
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.