R/add_reprint_barcodes.R

Defines functions add_reprint_barcodes

add_reprint_barcodes<-function(){
 lines<- c(
"shiny::runApp(seascripts::reprint_barcodes_app(),launch.browser=TRUE)"
  )
path_loc<- file.path(system.file(package='seascripts',path='scripts'),'barcodes_reprint.R')
writeLines(lines,path_loc)
file.exists(path_loc)
}
JARS3N/seascripts documentation built on July 3, 2023, 2:06 a.m.