The goal of shinydt is to provide a simple web application framework for those who want to view their data (in the form of a csv file) and do basic search/filtering
Given the limited usefulness of the shiny application, you aren’t going
to find the package in CRAN. However you
could install it with with devtools
:
devtools::install_github("ck2136/shinydt")
In order to run the application run the following code:
library(shinydt)
# run_app()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.