xmr2 {xmrr}R Documentation

Tidyeval Version of xmr()

Description

Used to calculate XMR data. Now works with more tidy workflows.

Usage

xmr2(dataframe, measure, ...)

Arguments

dataframe

The dataframe or tibble to calculate from. Data must be in a tidy format. At least one variable for time and one variable for measure.

measure

The column containing the measure. Must be in numeric format.

...

Arguments to pipe to xmr


[Package xmrr version 1.1.1 Index]