get_dataframe: Create a dataframe with all the ads on Castorus website and...

Description Usage Arguments Value Examples

Description

Create a dataframe with all the ads on Castorus website and the urls of their descriptions

Usage

1
get_dataframe(list_url)

Arguments

list_url

list of urls

Value

dataframe

Examples

1
2
3
4
url1 <- "https://www.castorus.com/s/Paris,51185,2-1----10000"
url2 <- "https://www.castorus.com/s/Paris,51185,2-1---10001-20000"
list_url <- list(url1, url2)
get_dataframe(list_url)

paris-appartemnt-project/apartment_project documentation built on May 6, 2019, 4:33 p.m.