job_type: Extract jobs of a certain position

Description Usage Arguments Value Examples

Description

Extract jobs of a certain position

Usage

1
job_type(jobs_data, job_level)

Arguments

jobs_data

A data.frame of jobs from which to filter

job_level

A character string containing the job level to locate

Value

A data.frame of jobs of a certain level

Examples

1
2
3
4
jobs_data <- get_job_listings()
assist_prof <- job_type(jobs_data, "assistant")
## equivalent to
assist_prof2 <- job_type(jobs_data, "Assistant")

lachlandeer/marketingphdjobs documentation built on June 22, 2019, 12:44 a.m.