upload_staging {OnboardClient} | R Documentation |
Upload to Staging Area
Description
Uploads data to the staging area.
Usage
upload_staging(building, data_to_upload, skip_topics = FALSE, verbose = TRUE)
Arguments
building |
Character vector or integer corresponding to the building name or id. If you enter multiple building ids or names, only the first entry is considered. |
data_to_upload |
A data.frame to upload to the staging area. Must contain e.equip_id and p.topic columns. |
skip_topics |
Logical. If True, the uploaded topics will be assigned '__SKIP__' equip_id. |
verbose |
Logical. If TRUE (default), prints status and progress messages. |
Value
A named list containing any errors that may have occured during data upload.
[Package OnboardClient version 1.0.0 Index]