g5h.annotate: Annotate a cleaned dataset

Description Usage Arguments Value Examples

View source: R/annotate.R

Description

Add time interval in hour from the oldest timestamp

Usage

1
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

1
2
3
4
# suppose "gen5_export.txt" is the export from Gen5 2.06

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

yanxianUCSB/gen5helper documentation built on June 22, 2020, 3:35 a.m.