fl_auth: Authenticate

Description Usage Arguments Details See Also Examples

Description

five-line authentication, retrieve token

Usage

1
fl_auth(username, password, verbose = FALSE)

Arguments

username

your username, see details.

password

your password, see details.

verbose

boolean if you want feedback on call.

Details

username and password can be obtained by visiting five-line and creating an account. Then simply use your username and password in this function. Tokens are valid for 30 minutes.

See Also

five-line

Examples

1
2
3
4
## Not run: 
lim_auth(username = "my_username", password = "my_password")

## End(Not run)

JohnCoene/fiveline documentation built on May 27, 2019, 7:24 a.m.