Last data update: 2014.03.03

R: Pull task data from job list
tasksR Documentation

Pull task data from job list

Description

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

Usage

tasks(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.
    tasks(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/tasks.Rd_%03d_medium.png", width=480, height=480)
> ### Name: tasks
> ### Title: Pull task data from job list
> ### Aliases: tasks
> ### Keywords: ~tasks
> 
> ### ** Examples
> 
>     data(jobData)
>     # You need to set your credentials with setCreds() prior to use.
>     tasks(jobData)
    .id
1  task
2  task
3  task
4  task
5  task
6  task
7  task
8  task
9  task
10 task
                                                                                                                                                                                          text
1  Interact with clients to assist them in gaining insight, defining goals, and planning action to achieve effective personal, social, educational, and vocational development and adjustment.
2                         Identify psychological, emotional, or behavioral issues and diagnose disorders, using information obtained from interviews, tests, records, and reference materials.
3                                         Use a variety of treatment methods, such as psychotherapy, hypnosis, behavior modification, stress reduction therapy, psychodrama, and play therapy.
4     Counsel individuals and groups regarding problems, such as stress, substance abuse, and family situations, to modify behavior or to improve personal, social, and vocational adjustment.
5                                                                                                                                              Discuss the treatment of problems with clients.
6                                                                                                                                    Write reports on clients and maintain required paperwork.
7                                                                                     Consult with or provide consultation to other doctors, therapists, or clinicians regarding patient care.
8                                            Obtain and study medical, psychological, social, and family histories by interviewing individuals, couples, or families and by reviewing records.
9                                           Evaluate the effectiveness of counseling or treatments and the accuracy and completeness of diagnoses, modifying plans and diagnoses as necessary.
10                                Select, administer, score, and interpret psychological tests to obtain information on individuals' intelligence, achievements, interests, and personalities.
   .attrs.green
1         false
2         false
3         false
4         false
5         false
6         false
7         false
8         false
9         false
10        false
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>