socSearch: Searches and pulls occupational data based on SOC code

Description Usage Arguments Value Note Author(s) Examples

Description

This function should be used to extract and store data on a specific job for further analysis/manipulation by package functions.

Usage

1
socSearch(soc)

Arguments

soc

occupation SOC code (if necessary, use keySearch to find SOC code)

Value

A list (parsed from XML) of all existing O*NET data on queried occupation.

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.
      socSearch("19-3031.02")
  
## End(Not run)

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