guess_hdType | R Documentation |
evaluates which of the available_hdTypes is the object
guess_hdType(v)
v |
a value for which you want to evaluate |
An available_hdType value
# Num hdType
value <- c("1",NA,"2")
guess_hdType(value)
# Cat hdType
value <- c("MSPS-CD-166-2020", "003-2020", "0811 - 2020")
guess_hdType(value)
# Pct hdType
value <- c(0.3, 0.4, 1)
guess_hdType(value)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.