mutate_.tracks: Add new variables to a tracks object.

Description Usage Arguments Value

View source: R/dplyr_verbs.R

Description

Add new variables to a tracks object.

Usage

1
2
## S3 method for class 'tracks'
mutate_(.data, ..., .dots)

Arguments

.data

A tracks object

...

Name-value pairs of expressions. Use NULL to drop a variable.

These arguments are automatically quoted and evaluated in the context of the data frame. They support unquoting and splicing. See vignette("programming") for an introduction to these concepts.

Value

A tracks object.


Ax3man/trackr documentation built on Oct. 8, 2019, 10:53 p.m.