configure: Set some personal defaults for skeletor

Description Usage Arguments Value

Description

Set some personal defaults for skeletor

Usage

1
2
configure(name = NULL, email = NULL, github = NULL,
  file = "~/.Rprofile")

Arguments

name

character: your name

email

character: your email address

github

character: your GitHub account

file

character: file path to set these in as options. Default is your personal .Rprofile file.

Value

Invisibly, the options set in file. Typically, you'll call this function only once, and only for its side effects of adding the values to your .Rprofile so that skeletor() will find them there without your having to enter them each time.


skeletor documentation built on May 1, 2019, 6:26 p.m.