add_pkg_to_rprofile: Add a package to the .Rprofile file

Description Usage Arguments Examples

Description

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

Usage

1
add_pkg_to_rprofile(pkg, global = FALSE)

Arguments

pkg

Name of the package to be added to .Rprofile file.

global

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

Examples

1

privefl/kaggler documentation built on May 29, 2019, 10:38 a.m.