Skip to contents

Set some personal defaults for skeletor

Usage

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.