| isfunctions | R Documentation |
check to see if an object is a sattag or sattagstream
is.sattag(obj) is.sattagstream(obj)
## Not run:
tag1 <- load_tag("path/to/tags/tag1")
s1 <- tag1[[1]]
c(is.stream(s1), is.tag(s1), is.sattag(tag1), is.stream(tag1))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.