| is_lfq_data | R Documentation |
Test if an object is an lfq_data object
is_lfq_data(x)
x |
Object to test. |
Logical scalar.
d <- data.frame(date = Sys.Date(), lineage = "A", count = 10)
x <- lfq_data(d, lineage = lineage, date = date, count = count)
is_lfq_data(x)
is_lfq_data(d)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.