R/shortcut.R

shortcut<-function(){
R.utils::createWindowsShortcut(
  pathname=file.path(gsub("Documents","Desktop",Sys.getenv()['R_USER']),"seastar.lnk"),
  target= file.path(system.file(package="launch"),"seastar.exe"),
  overwrite=T)
}
JARS3N/launch documentation built on May 7, 2019, 2:53 a.m.