R/store.R

Defines functions store

store<-function(FROM_=file.choose()){
  TO_ <-system.file(package="seascript",path='scripts');
  file.copy(from=FROM_,to=TO_)
}
JARS3N/seascripts documentation built on July 3, 2023, 2:06 a.m.