sectionsAsDataFrame: sectionsAsDataFrame

View source: R/utilities-qualification.R

sectionsAsDataFrameR Documentation

sectionsAsDataFrame

Description

Recursively parse Sections field of configuration plan to create a data.frame easier to handle by the workflow

Usage

sectionsAsDataFrame(
  sectionsIn,
  sectionsOut = data.frame(),
  parentFolder = "images",
  sectionLevel = 1
)

Arguments

sectionsIn

list including Id and Title of section

sectionsOut

data.frame including id, path, title

parentFolder

For subsections only, path of parent section

sectionLevel

Section level defining the level of markdown title

Value

A data.frame including information about every section and subsection


Open-Systems-Pharmacology/OSPSuite.ReportingEngine documentation built on March 30, 2024, 4:17 p.m.