utils_vctrs: Vctr utilies

utils_vctrsR Documentation

Vctr utilies

Description

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.

Usage

## S3 method for class 'defaulted'
vec_arith(op, x, y, ...)

## S3 method for class 'grouped_variable'
vec_arith(op, x, y, ...)

Arguments

op

An arithmetic operator as a string

x, y

A pair of vectors. For !, unary + and unary -, y will be a sentinel object of class MISSING, as created by MISSING().

...

These dots are for future extensions and must be empty.


teunbrand/elementalist documentation built on Oct. 13, 2024, 11:11 a.m.