README.md

hasznaltautoR

Travis build status

A friendly R package to help you pull car ad details from hasznaltauto.hu.

Installation

```{r eval=F} devtools::install_github("https://github.com/tomiaJO/hasznaltautoR")

## Examples
```{r eval=F}
library(hasznalautoR)

ad_url <- paste0(
    "https://www.hasznaltauto.hu/szemelyauto/volvo/xc60/",
    "volvo_xc60_2_0_t8_twin_engine_inscription_geartronic-13821432"
)
getAdDetailsFromUrl(ad_url)

getAllCarAds("https://www.hasznaltauto.hu/szemelyauto/volvo/xc60")


tomiaJO/hasznaltautoR documentation built on May 23, 2019, 9:51 a.m.