Last chance! 50% off unlimited learning
Sale ends in
Buy Now
Rdocumentation
powered by
Learn R Programming
cocoreg (version 0.1.1)
compose: Calculate the composition formed by applying all functions
Description
Calculate the composition formed by applying all functions in the given path to a dataset.
Usage
compose(x, path, mappings)
Arguments
x
A data frame or vector
path
A list describing the path.
mappings
A list containing the mapping functions described in the path. Usually a list of all M*M-M available mappings between the M data sets.
Value
A vector containing the result of the composition.