View source: R/percent_class.R
percent | R Documentation |
percent
vectorCreates a double vector that represents percentages. When printed, it is
multiplied by 100 and suffixed with %
.
percent(x = double())
is_percent(x)
as_percent(x)
x |
|
An S3 vector of class lvmisc_percent
.
percent(c(0.25, 0.5, 0.75))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.