Yea | R Documentation |
Creates objects of type "hd_Yea". hd_Yea objects contain a "stats" attribute, with the following information: NA values (n_na), percentage weight of NA values (prop_na) and if (TRUE or FALSE) the set of given values conform a sequence (is_sequence).
Yea(x = integer())
x |
object to be created as Yea type |
x <- c(1800:1803, NA)
year_values <- Yea(x)
year_values
class(year_values)
attr(year_values, "stats")$is_sequence
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.