Unlimited learning, half price | 50% off
Get 50% off unlimited learning

gen5helper (version 1.0.1)

g5h.annotate: 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

Run this code
# NOT RUN {
# suppose "gen5_export.txt" is the export from Gen5 2.06

g5h.clean2("gen5_export.txt") %>%
    g5h.annotate()
# }

Run the code above in your browser using DataLab