rm_asp: Discard Aspects

Description Usage Arguments Examples

View source: R/aspects.R

Description

Given a arguments, remove asp(), state, and Animation. Used to remove aspects and only keep options that need to make it to the serie.

Usage

1

Arguments

...

Three dot passed from parent from which to remove aspects.

Examples

1
2
3
4
5
6
7
8
## Not run: 
foo <- function(...) {
  rm_asp(...)
}

foo(asp(speed), x = 1)

## End(Not run)

devOpifex/g2r documentation built on Jan. 16, 2022, 12:36 a.m.