Extract jobs of a certain position

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

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