spsComps
systemPipeShiny Components (spsComps) package is a collection of Shiny custom UI and server components. These components include different kinds of new inputs, buttons, animations, procgress loaders on the UI side. Exception handling functions, new upload control function and more on server side.
View the online demo: https://lezhang.shinyapps.io/spsComps
Install
Install release version from CRAN:
install.packages("spsComps")
Develop version:
if (!requireNamespace("spsComps", quietly=TRUE))
remotes::install_github("lz100/spsComps")
User manual
Read details of these components on our website
Other packages in systemPipeShiny
Package | Description | Documents | Function reference | Demo |
---|---|---|---|---|
systemPipeShiny | SPS main package | website | link | demo |
spsComps | SPS UI and server components | website | link | demo |
drawer | SPS interactive image editing tool | website | link | demo |
spsUtil | SPS utility functions | website | link | NA |