skills: Pull skill data from job list

Description Usage Arguments Value Note Author(s) Examples

Description

This function should be used after socSearch has been stored. The function extracts skill 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.
    skills(jobData)

Example output

Loading required package: XML
Loading required package: RCurl
Loading required package: bitops
Loading required package: plyr
       .id                         name
1  element             Active Listening
2  element        Social Perceptiveness
3  element                     Speaking
4  element      Complex Problem Solving
5  element            Critical Thinking
6  element              Active Learning
7  element        Reading Comprehension
8  element          Service Orientation
9  element                      Writing
10 element Judgment and Decision Making
                                                                                                                                                                             description
1  Giving full attention to what other people are saying, taking time to understand the points being made, asking questions as appropriate, and not interrupting at inappropriate times.
2                                                                                                          Being aware of others' reactions and understanding why they react as they do.
3                                                                                                                                   Talking to others to convey information effectively.
4                                                                Identifying complex problems and reviewing related information to develop and evaluate options and implement solutions.
5                                                    Using logic and reasoning to identify the strengths and weaknesses of alternative solutions, conclusions or approaches to problems.
6                                                                     Understanding the implications of new information for both current and future problem-solving and decision-making.
7                                                                                                              Understanding written sentences and paragraphs in work related documents.
8                                                                                                                                              Actively looking for ways to help people.
9                                                                                                     Communicating effectively in writing as appropriate for the needs of the audience.
10                                                                                  Considering the relative costs and benefits of potential actions to choose the most appropriate one.
   .attrs.id
1    2.A.1.b
2    2.B.1.a
3    2.A.1.d
4    2.B.2.i
5    2.A.2.a
6    2.A.2.b
7    2.A.1.a
8    2.B.1.f
9    2.A.1.c
10   2.B.4.e

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