getAbsTime: MAIN TITLE

View source: R/preprocessing.R

getAbsTimeR Documentation

MAIN TITLE

Description

initial description

Usage

getAbsTime(
  dat,
  nestVars = "id",
  timeVar = "time",
  origin = Sys.time(),
  verbose = T,
  ...
)

Arguments

dat

a data.frame object

nestVars

either a character object or a vector of character objects with the column names in the dat object, indicating the nesting of the data (e.g., participant ID). Up to three nesting layers can be defined.

timeVar

name of the column in the dat object indicating the time of observation in POSIX format.

verbose

should processing information be printed during the functions run time. Default is FALSE.


timonelmer/dena documentation built on April 15, 2023, 11:51 p.m.