knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

shinydt

Lifecycle: experimental

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

Installation

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")

Use

In order to run the application run the following code:

library(shinydt)
# run_app()


ck2136/shinydt documentation built on Nov. 4, 2019, 8:54 a.m.