print.percent | R Documentation |
Print method for "percent" objects: e.g. fin_percent()
.
## S3 method for class 'percent'
print(x, ...)
x |
percent object. |
... |
further arguments passed to or from other methods. |
invisible
fin_percent()
# Percent needed to return to original value after 10% off
fin_percent(-10)
# Percent needed to return to original value after 10% on
fin_percent(10)
# Percent needed to return to original value after 50% off 34.50
fin_percent(-50, value = 34.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.