knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

The tppr package can be used as a web application. The application real-time tracks the collected data for the project and summarises the results. You can check the deployed version of the app here:

If you want to instead run the app locally from your computer, first you have to open R and install the tppr package with the following code:

# install.packages("devtools")
devtools::install_github("marton-balazs-kovacs/tppr")

After the installation finishes, you can launch the app locally.

tppr::run_app()


marton-balazs-kovacs/tppr documentation built on Oct. 27, 2021, 3:04 p.m.