The goal of testApps
is to run some example shiny apps made by myself just for learning purpose.
You can install the development version of testApps
from GitHub with:
# install.packages("devtools")
devtools::install_github("shafayetShafee/testApps")
This is a basic example which shows you how to solve a common problem:
library(testApps)
# running an app
runTestApp("testApp01")
# to get list of names of shiny apps:
runTestApp()
# this will give error with all possible shiny names contained in the package.
These shiny apps are made by following youtube videos, R views post. All I did just polishing the app using awesome bs4Dash
, echarts4r
, waiter
etc. R packages.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.