indeed_scraping: Indeed web scraping

Description Usage Arguments Examples

View source: R/Webscrap_Indeed.R

Description

Create a data frame with indeed jobs based on the categories selected. ATTENTION : Run to update the dataframe containing the information about the jobs listed at Indeed. Include more or less categories depending on computing power of your computer (Four categories takes about 45 minutes) Category suggestions: "marketing", "insurance", "economics",

Usage

1
2
3
4
indeed_scraping(
  category = c("data", "finance", "business"),
  number_of_pages = 2
)

Arguments

category

integer to select the amount of pages to be scraped

Examples

1
indeed_scraping(category = c("data", "finance", "business"))

Ferdi28/group6project documentation built on Dec. 23, 2019, 10:16 p.m.