Learn R Programming

ONETr (version 1.0.3)

workValues: Pull work value data from job list

Description

This function should be used after a socSearch has been stored. The function extracts work value information for the searched/stored occupation.

Usage

workValues(list)

Arguments

list
the name of the list object that the socSearch data has been stored in

Value

A data frame with relevant data.

Examples

Run this code
   data(jobData)
   # You need to set your credentials with setCreds() prior to use.
   workValues(jobData)

Run the code above in your browser using DataLab