Tools for analysis of short-term rental data.
- Clean and process raw AirDNA data files.
- Compress and expand tables of STR data.
- Generate reliable statistical estimates of STR listings’ actual locations.
- Identify commercial STR operations.
- Identify frequently rented entire-home listings.
- Identify “ghost hostels”–clusters of private-room listings operated out of a single housing unit.
- Identify STR listings which are located in actual housing units.
You can install the released version of strr from CRAN with (This is not currently working, since the package has not yet been submitted to CRAN.):
install.packages("strr")
And the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("UPGo-McGill/strr")
TKTK
library(strr)
## basic example code
TKTK
TKTK
TKTK
TKTK
TKTK
TKTK
Most of the functions in strr are designed to work with raw data from
AirDNA: either the property
files which contain one entry per listing,
or the daily
files which contain one entry per listing per day. TKTK