The goal of kitems is to provide a framework to manage data frame items and a set of tools to implement it within R Shiny applications.
It is delivered as a Shiny module.
Lifecycle
Note that the package is under development convergence (lifecycle = experimental).
Core features may still be modified at this stage, and there is no guaranty that exported functions signature will not change before it is converged.
See roadmap article to get more information about the package convergence.
Installation
The development (beta) version of kitems can be installed from GitHub with:
# install.packages("devtools")
devtools::install_github("thekangaroofactory/kitems")Demo
Demo apps are delivered along with the package and can be accessed with:
# -- get demo names
kitems::runExample()
# -- run 'demo' app
kitems::runExample("demo")