get_immodata2: Websrcapping of Immoscout24.ch data by city adding...

Description Usage Arguments Value Author(s) Examples

View source: R/immodata.R

Description

This function enables to collect the data about the location market from Immoscout24.ch. For given cities, one can retrieve the housings available for renting. It adds the coordinates of the addresses and the predicted price of a good. Note that this function requires an API code from Google and which is costly. Therefore prefere to use the simple get_immodata function to avoid extraordinary costs.

Usage

1
get_immodata2(city_vector)

Arguments

city_vector

A vector containing the name of the different cities

Value

A dataframe containing the number of rooms, m2, price, address, city, longitude and latitude of the different accomodations available and their estimated price. Ignores housings with prices less than 300 and higher than 10000 and containing missing data.

Author(s)

Germano David

Lomazzi Vincent

Bron Luca

Raisin Edgar

Grandadam Patrik

Examples

1
get_immodata2(c("bussigny"))

vincentlomazzi/swissimmo documentation built on May 13, 2019, 9:53 p.m.