This package contains functions and R Shiny app to allow you easily connect to PODR database and explore datasets related to CSS 2020 Hackathon. To find out more about PODR, please go to PODR Github.
Please follow this instruction:
install.packages("devtools")
library(devtools)
install_github(”TuCai/podr")
Once you install it, you can start app by issuing the below command in RStudio:
library(podr)
start_app()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.