utils_vctrs | R Documentation |
Elementalist uses vctrs to keep track of some circumstances in which variables were created, namely when they were defaulted and wheter some variables came from the theme or the geom. These functions help organise this a bit better, but should not be of interest to any user. This documentation merely exists to satisfy the R CMD check.
## S3 method for class 'defaulted'
vec_arith(op, x, y, ...)
## S3 method for class 'grouped_variable'
vec_arith(op, x, y, ...)
op |
An arithmetic operator as a string |
x , y |
A pair of vectors. For |
... |
These dots are for future extensions and must be empty. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.