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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.