Description Usage Arguments Value Examples
View source: R/post_functions.R
Pull from Skills API endpoint.
1 2 3 4 5 6 7 8 9 10 |
text |
Sentence or text entry to pull competencies for |
depth |
Numeric vlaue specifying algorithm depth (Optional) |
cutoff |
Numeric cutoff value (Optional) |
socs |
Character vector of SOCs to fine-tune search (Optional) |
similarity_scoring |
String specifying |
token |
Authorization token obtained from |
handle_status |
How to handle bad HTTP status. Set as either |
response_raw |
Logical value whether to return the API response as
raw, unparsed text. Defaults to |
A list of length 2; skills data relevant to query
1 2 3 4 5 6 7 8 9 10 | ## Not run:
tkn <- get_access_token(client_id, client_secret)
txt <- "Provide substance abuse education and counseling for at-risk individuals."
s <- skills(text = txt,
depth = 20,
cutoff = 5,
token = tkn,
similarity_scoring = "true")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.