Skip to contents

Retrieves overview information for a specific occupation.

Usage

onet_occupation(code)

Arguments

code

An O*NET-SOC occupation code (e.g., "15-1252.00").

Value

A list containing the occupation overview data.

Examples

if (FALSE) { # interactive() && nzchar(Sys.getenv("ONET_API_KEY"))
onet_occupation("15-1252.00")
}