Description Usage Arguments Value Examples
This function facilitates querying the SOCcer API in a vectorized manner. Each argument must be either length 1 or n. This function facilitates request throttling and verbose output.
1 2 3 4 5 6 7 8 9 10 11 |
job_title |
Character string of job title. |
job_desc |
Optional character string of job description. |
industry |
Optional character string of industry code. |
n_results |
Integer specifying the number of top matches to return. |
req_per_min |
Integer specifying the max number of requests per minute. |
user_agent |
Character string of user agent. Set to helpful value so for API maintainer in case of serious problems. |
verbose |
An integer between 0 and 3 specifying level of verbosity. |
progress |
A boolean; whether to print progress across job
classifications. Will only work if the |
... |
Additional arguments that will be mutated onto the returned data frame. |
A list with two elements: problems
which contains a tibble of all
requests that encountered an error and valid
which contains a tibble of
all successfully validated results.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.