Add Headings and they will appear in your table of contents.

  1. Download the Microsoft Excel Template for creating a parameter input file ( https://github.com/idslme/IDSL.IPA/IPA_parameters.xlsx )

  2. Update the file according to your study.

  3. Run the following code in R-Studio


install.packages("IDSL.IPA")

spreadsheet <- "path/to/IPA_parameters.xlsx" ## Address of the IDSL.IPA spreadsheet parameters

IDSL.IPA::IPA_Workflow(spreadsheet)