Learn R Programming

fcuk (version 0.2.0)

add_fcuk_to_rprofile: Add library(fcuk) to the .Rprofile file

Description

After calling this function, fcuk will be launched everytime you launch your current R project (or any project if you use option `global = TRUE`).

Usage

add_fcuk_to_rprofile(global = TRUE)

Value

Invisibly returns `NULL`.

Arguments

global

Whether to add it to the global .Rprofile (`TRUE`, the default) or just to the .Rprofile file of your current project (`FALSE`).

Examples

Run this code
if (FALSE) {
fcuk::add_fcuk_to_rprofile()
}

Run the code above in your browser using DataLab