set_github_creds: Simple function to create/overwrite GitHub credentials

Description Usage Arguments Value Examples

View source: R/utils.R

Description

To use this function: First, create a GitHub account. https://github.com/ Next, create a GitHub access token. https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token Finally, request access to the DNPL GitHub.

Usage

1
set_github_creds(username = NA, token = NA)

Arguments

username

Your GitHub username.

token

Your GitHub access token.

Value

FALSE if not set, TRUE if set.

Examples

1
set_github_creds(username=<username>, token=<token>)

DecisionNeurosciencePsychopathology/DataTracker documentation built on Jan. 20, 2022, 4:51 p.m.