R/new_shinycoder.R

new_shinycoder <- function(path, ...) {
  dir.create(path, recursive = TRUE, showWarnings = FALSE)
  fileConn<-file(paste(path, .Platform$file.sep, "run_shinycoder.R", sep=""))
  writeLines(c("library(shinycoder)","shinycoder()"), fileConn)
  close(fileConn)
  
}
semicolonsnet/shinycoder documentation built on May 10, 2019, 12:05 a.m.