Skip to contents

Download and import data from a web-hosted source

Usage

getStaged(rec, storageConfig = readStorageConfig())

Arguments

rec

(data.frame) A full record (entire row) from the backbone.data_source table corresponding to the data source of interest. Usually created using getDataSourceRecord function

Value

(data.frame) An untransformed version of the source data

Examples


if (FALSE) {
staged <- getStaged(dataSourceRecord)
}