Description Usage Arguments Value Author(s) Examples
This function allows you to store your O*NET API HTTPS credentials for easy authentication when calling package functions. This function must be used before any other function in the package.
1 | setCreds(user, pass)
|
user |
O*NET API developer username (for the HTTPS API) |
pass |
O*NET API developer password (for the HTTPS API) |
An list to store the API username and password for access by the package functions.
Eric Knudsen
1 2 | # store API username and password
setCreds("sampleuser","samplepassword")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.