rprofile.add | R Documentation |
Adds a specified R command to file "Rprofile.site" for automatic execution during startup.
rprofile.add(line)
line |
a text string specifying the command to be added. |
None.
if (FALSE) rprofile.add("library(desk)") # Makes package desk to be loaded at startup
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.