Skip to contents

Create a standardized version of the staged data that was imported from source

Usage

standardizeStaged(staged, spec)

Arguments

staged

(data.frame) Table of attributes that was imported from a source by getStaged function

spec

(JSON) The attr_spec from the backbone.variable_source table or the geom_spec from backbone.data_source.

Value

(data.frame) A table standardized in the attr_template or geom_template mold

Examples


if (FALSE) {
stagedResult <- standardizeStaged(staged = staged, spec = variableTable$attr_spec)
}