The package idealista18 includes real estate data for three major markets in Spain (Barcelona, Madrid, and Valencia) for the year 2018.
You can install the package from GitHub with:
# install.packages("devtools")
devtools::install_github("paezha/idealista18")
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