R/stageData.R
getStaged.Rd
Download and import data from a web-hosted source
getStaged(rec, storageConfig = readStorageConfig())
(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
getDataSourceRecord
(data.frame) An untransformed version of the source data
if (FALSE) { # \dontrun{ staged <- getStaged(dataSourceRecord) } # }