brickset_save_credentials.Rd
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")
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) |
# NOT RUN { # brickset_save_credentials("your_user", "your_password", "your_api_key") # }