Learn R Programming

ONETr (version 1.0.3)

keySearch: Search O*NET by keyword

Description

This function allows you to search O*NET occupations using a keyword, and receive the results in a data frame.

Usage

keySearch(keyword)

Arguments

keyword
an occupational keyword you'd like to query the API with

Value

A data frame containing the search results.

Examples

Run this code
  ## Not run: 
#       # You need to set your credentials with setCreds() prior to use.
#       keySearch("psychologist")
#     ## End(Not run)

Run the code above in your browser using DataLab