Package: shinyobjects
Title: Access Reactive Data Interactively
Version: 0.1.0
Authors@R: person("Jake", "Riley", email = "rjake@sas.upenn.edu", role = c("aut", "cre"))
Description: Troubleshooting reactive data in 'shiny' can be difficult. These functions will convert reactive data frames into functions and load all assigned objects into your local environment. If you create a dummy input object, as the function will suggest, you will be able to test your server and ui functions interactively.
BugReports: https://github.com/rjake/shinyobjects/issues
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
Imports: dplyr, glue, knitr, magrittr, pander, readr, rstudioapi,
        shiny, stringr, styler, tibble, tidyr
VignetteBuilder: knitr
Suggests: rmarkdown, testthat, mockery, spelling, covr
Language: en-US
NeedsCompilation: no
Packaged: 2020-05-10 03:28:22 UTC; foxtr
Author: Jake Riley [aut, cre]
Maintainer: Jake Riley <rjake@sas.upenn.edu>
Repository: CRAN
Date/Publication: 2020-05-12 10:40:02 UTC
