| print.camel_index | R Documentation |
Print Method for camel_index Objects
## S3 method for class 'camel_index'
print(x, ...)
x |
An object of class |
... |
Additional arguments (ignored). |
Invisibly returns x.
base_year <- camel_2015
current_year <- camel_2022
result <- camel_index(base_year, current_year)
result
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.