Nothing
#' knitNet
#' @author Jayachandra N
#' @description
#' Run inbuilt R shiny app.
#'
#' @return shiny ui page
#' @export
#' @import shiny
#' @import shinydashboard
#' @examplesIf interactive()
#' knitNet()
knitNet <- function() {
shiny::runApp(system.file(package = "netknitr", "app"))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.