Last data update: 2014.03.03

R: Pull tools data from job list
toolsR Documentation

Pull tools data from job list

Description

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

Usage

tools(list)

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

    data(jobData)
    # You need to set your credentials with setCreds() prior to use.
    tools(jobData)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(ONETr)
Loading required package: XML
Loading required package: RCurl
Loading required package: bitops
Loading required package: plyr
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/ONETr/tools.Rd_%03d_medium.png", width=480, height=480)
> ### Name: tools
> ### Title: Pull tools data from job list
> ### Aliases: tools
> ### Keywords: ~tools
> 
> ### ** Examples
> 
>     data(jobData)
>     # You need to set your credentials with setCreds() prior to use.
>     tools(jobData)
       .id                                title.text title..attrs.id
1 category                         Desktop computers        43211507
2 category Electromyography EMG units or accessories        42181516
3 category      High capacity removable media drives        43201813
4 category                        Notebook computers        43211503
5 category                        Personal computers        43211508
                                example
1                                  <NA>
2                 Biofeedback equipment
3 Universal serial bus USB flash drives
4                      Laptop computers
5                                  <NA>
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>