is_reference | R Documentation |
Test whether object is a reference
is_reference(x)
x |
An R object, typically produced by |
Logical
is_reference("this is a string")
# import reference and check
fn <- system.file("testdata/nl_2009_hgt_female_nl.txt", package = "centile")
myref <- import_rif(fn)
is_reference(myref)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.