View source: R/methods_anchors.R
| is_anchors | R Documentation | 
Function to check if an object is anchors.
is_anchors(x)
| x | Any R object. | 
A logical vector of length 1.
anchors
## Not run: 
m <- matrix(1:20, 10)
is_anchors(m) # FALSE
m <- as_anchors(m)
is_anchors(m) # TRUE
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.