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) or just to the .Rprofile file of your current project (FALSE, the default).

Examples

fcuk::add_fcuk_to_rprofile()

ThinkRstat/fcuk documentation built on Oct. 15, 2023, 10:01 p.m.