load_installr_on_startup {installr} | R Documentation |
Have the installr package load on startup
Description
Load installr on startup.
Usage
load_installr_on_startup(...)
Arguments
... |
not used. (but good for future backward compatibility) |
Value
invisible(NULL)
References
https://stackoverflow.com/questions/1395301/how-to-get-r-to-recognize-your-working-directory-as-its-working-directory https://stackoverflow.com/questions/1189759/expert-r-users-whats-in-your-rprofile http://www.noamross.net/archives/2012-11-02-rprofile/ https://www.statmethods.net/interface/customizing.html
Examples
## Not run:
load_installr_on_startup()
## End(Not run)
[Package installr version 0.23.4 Index]