rprofile.add {desk}R 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


[Package desk version 1.1.1 Index]