rprofile.add: Add a Command to User R Startup File Rprofile.site

View source: R/rprofile.add.R

rprofile.addR Documentation

Add a Command to User R Startup File Rprofile.site

Description

Adds a specified R command to file "Rprofile.site" for automatic execution during startup.

Usage

rprofile.add(line)

Arguments

line

a text string specifying the command to be added.

Value

None.

Examples

if (FALSE) rprofile.add("library(desk)") # Makes package desk to be loaded at startup


desk documentation built on May 29, 2024, 6:05 a.m.

Related to rprofile.add in desk...