mcprofile: .Rprofile configuration as a function

Description Usage Arguments

View source: R/rprofile.R

Description

.Rprofile configuration as a function

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
mcprofile(
  given = NULL,
  family = NULL,
  email = NULL,
  orcid = NULL,
  .Renviron = "~/.Renviron",
  LANGUAGE = NULL,
  R_LIBS_USER = NULL,
  TZ = NULL
)

Arguments

given

A character string with the given names.

family

A character string with the family name.

email

A character string giving an e-mail address.

orcid

A chracter string giving an ORCID.

.Renviron

Path to the .Renviron file.

LANGUAGE

Environment variable for language.

R_LIBS_USER

Environment variable for user library.

TZ

Environment variable for time zone.


mcanouil/mctemplates documentation built on Feb. 25, 2021, 5:17 p.m.