Pct | R Documentation |
Creates objects of type "hd_Pct". hd_Pct format accepts anything coercible from double(). It also recognizes number with percentage symbol in a character value, as it could be "20%".
Pct(x = double())
x |
object to be created as Num type |
## Example 1
pct_value <- Pct(c("1","0.2"))
pct_value
class(pct_value)
## Example 2
pct_value <- Pct(c("30 (%)", "(%)200", NA))
pct_value
class(pct_value)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.