Num | R Documentation |
Creates objects of type "hd_Num". hd_Num objects contain a "stats" attribute, with the following information: unique values (n_unique), NA values (n_na), percentage weight of NA values (pct_na), lowest value (min) and highest value (max).
Num(x = double())
x |
object to be created as Num type |
x <- c(1, 54, 678, NA, NA)
num <- Num(x)
num
class(num)
attr(num, "stats")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.