installr (version 0.21.3)

rm_installr_from_startup: Remove installr from startup

Description

Have the installr package NOT load on startup

Usage

rm_installr_from_startup(...)

Arguments

...

not used. (but good for future backward compatibility)

Value

invisible(NULL)

References

http://stackoverflow.com/questions/1395301/how-to-get-r-to-recognize-your-working-directory-as-its-working-directory http://stackoverflow.com/questions/1189759/expert-r-users-whats-in-your-rprofile http://www.noamross.net/blog/2012/11/2/rprofile.html http://www.statmethods.net/interface/customizing.html

Examples

Run this code
# NOT RUN {
load_installr_on_startup()
rm_installr_from_startup()
# }

Run the code above in your browser using DataCamp Workspace