job_type.Rd
Extract jobs of a certain position
job_type(jobs_data, job_level)
jobs_data | A data.frame of jobs from which to filter |
---|---|
job_level | A character string containing the job level to locate |
A data.frame of jobs of a certain level
jobs_data <- get_job_listings() assist_prof <- job_type(jobs_data, "assistant") ## equivalent to assist_prof2 <- job_type(jobs_data, "Assistant")