workValues: Pull work value data from job list

Description Usage Arguments Value Note Author(s) Examples

Description

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

Usage

1

Arguments

list

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

Value

A data frame with relevant data.

Note

May not work if data are not properly formatted.

Author(s)

Eric Knudsen

Examples

1
2
3
   data(jobData)
   # You need to set your credentials with setCreds() prior to use.
   workValues(jobData)

Example output

Loading required package: XML
Loading required package: RCurl
Loading required package: bitops
Loading required package: plyr
      .id          name
1 element Relationships
2 element  Independence
3 element   Achievement
                                                                                                                                                                                                                     description
1 Occupations that satisfy this work value allow employees to provide service to others and work with co-workers in a friendly non-competitive environment. Corresponding needs are Co-workers, Moral Values and Social Service.
2                                                             Occupations that satisfy this work value allow employees to work on their own and make decisions. Corresponding needs are Creativity, Responsibility and Autonomy.
3      Occupations that satisfy this work value are results oriented and allow employees to use their strongest abilities, giving them a feeling of accomplishment. Corresponding needs are Ability Utilization and Achievement.
  .attrs.id
1   1.B.2.d
2   1.B.2.f
3   1.B.2.a

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