View source: R/preprocessing.R
getAbsTime | R Documentation |
initial description
getAbsTime(
dat,
nestVars = "id",
timeVar = "time",
origin = Sys.time(),
verbose = T,
...
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.