Download the Microsoft Excel Template for creating a parameter input file ( https://github.com/idslme/IDSL.IPA/IPA_parameters.xlsx )
Update the file according to your study.
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)