g5h.annotate {gen5helper} | R Documentation |
Annotate a cleaned dataset
Description
Add time interval in hour from the oldest timestamp
Usage
g5h.annotate(.data, by = "col")
Arguments
.data |
data.frame cleaned by g5h.clean() |
by |
'col' or 'row', default is 'col'. See ?g5h.gather_col for more info. |
Value
data.frame
Examples
# suppose "gen5_export.txt" is the export from Gen5 2.06
g5h.clean2("gen5_export.txt") %>%
g5h.annotate()
[Package gen5helper version 1.0.1 Index]