mutate_derivative: Add a column which is the "derivative" of an existing column...

Description Usage Arguments Value

View source: R/utils.R

Description

See function derivative.

Usage

1
mutate_derivative(sensor_data, sampling_rate, col, derived_col)

Arguments

sensor_data

A data frame with column col.

sampling_rate

Sampling rate of col.

col

Name of column to differentiate.

derived_col

Name of new column which is the derivative of col.

Value

A dataframe


Sage-Bionetworks/mHealthTools documentation built on Sept. 21, 2020, 12:35 p.m.