MakeRprofile | R Documentation |
Writes the single command “library(BrailleR)” to a .First() function in .Rprofile in the current working directory. This forces the BrailleR package to be automatically loaded when R is opened in this working directory.
MakeRprofile(Overwrite = FALSE)
Overwrite |
Logical: Should an existing .Rprofile file be overwritten? |
Nothing. This function is used for its side effect of creation of a file in the current working directory. A warning message is created if the file exists and Overwrite=FALSE.
A. Jonathan R. Godfrey.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.