cleanjob: Get a clean dataframe of jobs, including key information

Description Usage Arguments Value Examples

View source: R/cleanjob.R

Description

This function is designed to return a clean dataframe filled by parsed responses from the specific MUSE API request for certain jobs.

Usage

1
2
cleanjob(page = NULL, decending = FALSE, company = NULL,
  category = NULL, level = NULL, location = NULL, apikey = NULL)

Arguments

page

The page number to load (required).

decending

Whether to show descending results(default value: FALSE).

company

Only get jobs for these companies.

category

The job category to get, please refer to the vignette for available categories.

level

The experience level required for the job, please refer to the vignette for available levels.

location

The job location to get (you can include flexible/remote jobs from here).

apikey

Pass your own API key can increase the rate limit from 500 to 3600 per hour.

Value

A clean dataframe with following information: job title, publication date, locations, categories, levels, tags, company name, link and job description.

Examples

1
2
3
4
5
## Not run: 
cleanjob(page = 1)
cleanjob(page = 1, level = "Entry Level", category = "Data Science")
cleanjob(page = 2, company = "Lyft", location = "Chicago, IL")
## End(Not run)

brandywwy/Rmuse documentation built on Aug. 12, 2019, 1:49 p.m.