Convert results to a tibble.

records_to_tibble(records, convert_date = TRUE, tz = Sys.timezone())

Arguments

records

Records obtained from other functions of the package.

convert_date

Set to TRUE to convert record creation time to POSIXct.

tz

Timzone, used if convert_date is set to TRUE.

Value

A tibble containing the fields of the table together with the record_id and record_created_time columns.