View source: R/matchr_signature.R
is_signature | R Documentation |
This function returns TRUE for matchr_signature
objects and FALSE for all
other objects.
is_signature(x)
x |
An object to test |
A logical scalar, TRUE if x
inherits from class "matchr_signature"
and FALSE otherwise.
## Not run:
# Setup
sigs <- create_signature(test_urls)
# TRUE
is_signature(sigs)
# FALSE
is_signature("text")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.