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

View source: R/add_to_rprofile.R

add_fcuk_to_rprofileR Documentation

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)

Arguments

global

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

Value

Invisibly returns 'NULL'.

Examples

## Not run: 
fcuk::add_fcuk_to_rprofile()

## End(Not run)

fcuk documentation built on Feb. 26, 2026, 5:06 p.m.