new_fitibble: new_fitibble

View source: R/fitibble.R

new_fitibbleR Documentation

new_fitibble

Description

new_fitibble

Usage

new_fitibble(
  x = tibble::tibble(),
  intensity_colname = character(),
  intensity_levels = character()
)

Arguments

x

a tibble (containing Fitbit minute readings).

intensity_colname

a character entry indicating the name of the column in x that contains the intensity of each minute reading.

intensity_levels

a named character vector indicating the labels and levels of the intensity categories in intensity_col.

Value

a fitibble object.


audiracmichelle/fitibble documentation built on Feb. 2, 2023, 3:51 p.m.