keySearch: Search O*NET by keyword

Description Usage Arguments Value Note Author(s) Examples

Description

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

Usage

1
keySearch(keyword)

Arguments

keyword

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

Value

A data frame containing the search results.

Note

May not work if data are not properly formatted.

Author(s)

Eric Knudsen

Examples

1
2
3
4
5
  ## Not run: 
      # You need to set your credentials with setCreds() prior to use.
      keySearch("psychologist")
    
## End(Not run)

ONETr documentation built on May 2, 2019, 6:46 a.m.