promote_staged_data: Promote data on Staging Area

View source: R/staging_area.R

promote_staged_dataR Documentation

Promote data on Staging Area

Description

Promote valid data on the staging area to the live building.

Usage

promote_staged_data(building, data_to_promote, 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_promote

(Optional) If missing, all valid topics are promoted. A data.frame containing columns 'e.equip_id' & 'p.topic'.

verbose

Logical. If TRUE (default), prints status and progress messages.

Value

A named list containing any errors that may have occured during data promotion.


OnboardClient documentation built on Oct. 29, 2022, 5:06 p.m.