is_Pct | R Documentation |
test for objects of type "hd_Pct"
is_Pct(x)
x |
object to be coerced or tested |
returns TRUE or FALSE depending on whether its argument is of type hd_Pct or not.
pct_value <- Pct(c("1","0.2"))
is_Pct(pct_value)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.