R/rprofile.add.R

Defines functions rprofile.add

Documented in rprofile.add

rprofile.add = function(line){
  write(line, file = paste(R.home(component = "etc"),"/Rprofile.site", sep =""), append = T)
}

Try the desk package in your browser

Any scripts or data that you put into this service are public.

desk documentation built on May 29, 2024, 6:05 a.m.