Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1 KB

README.md

File metadata and controls

46 lines (34 loc) · 1 KB

idealista18

The package idealista18 includes real estate data for three major markets in Spain (Barcelona, Madrid, and Valencia) for the year 2018.

Installation

You can install the package from GitHub with:

# install.packages("devtools")
devtools::install_github("paezha/idealista18")

Example

This is a basic example which shows you how to solve a common problem:

library(idealista18)
#> Loading required package: dplyr
#> 
#> Attaching package: 'dplyr'
#> The following objects are masked from 'package:stats':
#> 
#>     filter, lag
#> The following objects are masked from 'package:base':
#> 
#>     intersect, setdiff, setequal, union
#> Loading required package: Metrics
## basic example code