records_to_tibble: Convert

Description Usage Arguments Value

Description

Convert results to a tibble.

Usage

1
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.


JohnCoene/rtable documentation built on May 8, 2019, 7:37 a.m.