Description Usage Arguments Details Author(s) Examples
Set BigML API authentication credentials
1 | setCredentials(username, api_key)
|
username |
use the given username for all subsequent API requests |
api_key |
use the given api key for all subsequent API requests |
This function sets default username and api_key information for subsequent BigML API access calls. The relevent username and key are stored in the R system environment variables. So, it's also possible to set these variables by setting BIGMLUSER and BIGMLAPIKEY in an .Renviron file.
Leon Hwang hwang@bigml.com
1 2 3 4 5 | ## Not run:
# replace with your valid credentials:
setCredentials('some_username', 'some_key')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.