powered by
Adds a specified R command to file "Rprofile.site" for automatic execution during startup.
rprofile.add(line)
None.
a text string specifying the command to be added.
if (FALSE) rprofile.add("library(desk)") # Makes package desk to be loaded at startup
Run the code above in your browser using DataLab