The pacta.data.preparation
R package provides utilities and functions used to process various data files into data required to run the PACTA for investors tools, such as RMI-PACTA/workflow.transition.monitor or RMI-PACTA/workflow.pacta.
Installation
You can install the development version of pacta.data.preparation from GitHub with:
# install.packages("pak")
pak::pak("RMI-PACTA/pacta.data.preparation")
Running data preparation
The primary way this package is intended to be used is through the workflow.data.preparation repo. See there for an example workflow of how to use the functions of this package to complete a data preparation process properly.