strr_expand: Expand compressed STR tables

View source: R/strr_expand.R

strr_expandR Documentation

Expand compressed STR tables

Description

strr_expand takes an STR file compressed in the UPGo DB format and expands it to a one-row-per-date format.

Usage

strr_expand(data, chunk_size = 1e+06, quiet = FALSE)

Arguments

data

A table in compressed UPGo DB format (e.g. created by running strr_compress). Currently daily activity tables and host tables are recognized.

chunk_size

TKTK

quiet

A logical scalar. Should the function execute quietly, or should it return status updates throughout the function (default)?

Details

A function for expanding compressed daily activity tables from AirDNA or the ML summary tables UPGo produces, optionally truncating the table by a supplied date range. The function can take advantage of multiprocess and/or remote computation options if a plan is set with the future package.

Value

A table with one row per date and all other fields returned unaltered.


UPGo-McGill/strr documentation built on Feb. 24, 2024, 6:15 p.m.