R/knitNet.R

Defines functions knitNet

Documented in knitNet

#' 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"))
}

Try the netknitr package in your browser

Any scripts or data that you put into this service are public.

netknitr documentation built on April 3, 2025, 5:47 p.m.