Description Usage Arguments Details Examples
View source: R/rprofile_clear.R
A function to clear my .Rprofile
1 | rprofile_clear(local.rprofile.path = "~/.Rprofile")
|
local.rprofile.path |
character value. Path to local .Rprofile. Defaults to common "~/.Rprofile". |
This function takes an existing Rprofile file and deletes the text. Note that it checks for the file at the common "~/.Rprofile" location, but can be manually adjusted for projects, etc.
1 2 3 | library(learylib)
rprofile_clear() # using default settings
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.