Opens the user's Rprofile file and pastes the values to the clipboard, then sources the file.

brickset_save_credentials(username, password, api_key,
  profile_save = "user")

Arguments

username

username.

password

password.

api_key

API key.

profile_save

Save information to R profile? One of "user", "project", or NULL (to not save information)

Examples

# NOT RUN {
# brickset_save_credentials("your_user", "your_password", "your_api_key")
# }