vignettes/MyShiny.R

## ----setup, include = FALSE----------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ---- eval=FALSE---------------------------------------------------------
#  devtools::install_github("sburanga/Adv_Progr_5")
#  

## ------------------------------------------------------------------------
library(MyShiny)
My_sunShiny<-My_shiny$new()


## ----eval=F--------------------------------------------------------------
#  
#  My_sunShiny$run()
#  
Sburanga/Adv_Progr_5 documentation built on May 23, 2019, 6:02 p.m.