Skip to contents

Subsample a dataset with only the first recording in each hour

Usage

first_recording_hour(data)

Arguments

data

a data frame or tibble

Value

a data frame with the subsetted observations (1 per hour).

Examples

first_recording_hour(dataframe)
#> Error: object 'dataframe' not found