Description Usage Arguments Value Author(s) Examples
Test if an object is metadata
.
1 | is_metadata(x)
|
x |
Any R object |
logical
, TRUE
if the object inherits from the metadata
class.
Brendan Knapp brendan.g.knapp@gmail.com
1 2 3 4 5 6 | library(salinasr)
meta <- sal_get_metadata("bikeways")
is_metadata(meta)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.