set_credentials: Set credentials

Description Usage Arguments Details Value Examples

View source: R/credentials.R

Description

Sets the email and password registered with the BYU corpora that should be be used during the current R session for queries on the corpora.

Usage

1
set_credentials(email, password)

Arguments

email

The email as a string.

password

The password as a string.

Details

If users are not sure which email and password are registered, they should visit corpus.byu.edu in a web browser to figure it out.

Value

Sets email and password in the global options of the current R session with options() and returns a message to the user.

Examples

1
set_credentials("my_username@institution.edu", "my_password")

ekbrown/byucorpora documentation built on Oct. 24, 2019, 9:27 p.m.