register: sets the token and email as global variables

Description Usage Arguments Value Examples

View source: R/register.R

Description

The function stores the account details into memory to be easier accessed by rejustify package. The email must correspond to the token that was assigned to it. To register an account visit rejustify.com.

Usage

1
register(token = NULL, email = NULL)

Arguments

token

API token.

email

E-mail address for the account.

Value

errors only

Examples

1
register(token = "YOUR_TOKEN", email = "YOUR_EMAIL")

rejustify/r-package documentation built on Nov. 7, 2021, 2:10 p.m.