in_setup: Setup

Description Usage Arguments Details Author(s) Examples

Description

Setup scrape

Usage

1
in_setup(base.url = NULL, country = NULL)

Arguments

base.url

base url to scrape from, see details

country

country of base url, see details

Details

One MUST specify base.url OR country, if the latter is given the function looks for the respective base.url (subdomain) of the given country.

Valid values for country:

Author(s)

John Coene jcoenep@gmail.com

Examples

1
2
in_setup(base.url = "http://www.indeed.com")
in_setup(country = "us")

JohnCoene/rindeed documentation built on May 7, 2019, 11:59 a.m.