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

Example output

Loading required package: XML
Loading required package: RCurl
Loading required package: bitops
Loading required package: plyr
    .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

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