May 2022
Beginner to intermediate
656 pages
18h 50m
English
One of the first things that programmers like to do is customize their startup environment to conform to their preferred way of working. Customizing the startup environment allows you to set R options, specify a working directory, load commonly used packages, load user-written functions, set a default CRAN download site, and perform any number of housekeeping tasks.
You can customize the R environment through either a site-initialization file (Rprofile.site) or a directory-initialization file (.Rprofile). These are text files containing R code to be executed at startup.
At startup, R will source the file Rprofile.site from the R_HOME/etc directory, where R_HOME is an environment value. It will then ...
Read now
Unlock full access