technology: Pull technology 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 technology 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.
    technology(jobData)

Example output

Loading required package: XML
Loading required package: RCurl
Loading required package: bitops
Loading required package: plyr
       .id                        title.text title..attrs.id
1 category               Accounting software        43231601
2 category Analytical or scientific software        43232605
3 category                  Medical software        43232610
4 category              Spreadsheet software        43232110
5 category          Word processing software        43232104
                   example
1 MPMsoft billing software
2         Testing software
3       UNI/CARE Pro-Filer
4                     <NA>
5           Microsoft Word

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