Skip to contents

[Stable]

Used to stack results (e.g. dfSummary) from a list of analysis pipeline output formatted like the result of RunWorkflows(). Also adds study level metadata when provided.

Usage

BindResults(
  lResults,
  strName,
  dSnapshotDate = Sys.Date(),
  strStudyID,
  bUselData = FALSE
)

Arguments

lResults

Named List of analysis results in the format returned by RunWorkflows().

strName

Name of the object to stack. Pulled from lResults (or from lResults$lData when bUselData is TRUE).

dSnapshotDate

Date of the snapshot. Default is Sys.Date().

strStudyID

Study ID.

bUselData

Should the function bind results from an lData object (or look directly in the root elements of lResults)? Default is FALSE.

Value

A data frame.