View source: R/percentage_change.R
percent_of | R Documentation |
Function to calculate the value of a percentage of another value.
percent_of(value, percent)
value |
Numeric vector of values. |
percent |
Percentage of |
Numeric vector with length of value
.
Stuart K. Grange
# Five percent of 33864
percent_of(33864, 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.