records_to_tibble.RdConvert results to a tibble.
records_to_tibble(records, convert_date = TRUE, tz = Sys.timezone())
| records | Records obtained from other functions of the package. |
|---|---|
| convert_date | Set to |
| tz | Timzone, used if |
A tibble containing the fields of the table together with
the record_id and record_created_time columns.