powered by
Pull from Competencies API endpoint.
competencies( text, token, bias = NULL, exclude = NULL, handle_status = "warn", response_raw = FALSE )
Sentence or text to pull relevant competencies for
Authorization token obtained from get_access_token
get_access_token
Numeric value defining level of bias (Optional)
Character vector of result elements to omit (Optional)
How to handle bad HTTP status. Set as either warn or error
warn
error
Logical value whether to return the API response as raw, unparsed text. Defaults to FALSE
FALSE
A list of length 9; competency data relevant to query
# NOT RUN { tkn <- get_access_token(client_id, client_secret) txt <- "i am a welder and used welding equipment and acetylene torches" c <- competencies(text = txt, token = tkn, bias = 0.4) # }
Run the code above in your browser using DataLab