/CityLiving

This package obtains data with API and web-scraping skills from websites, and combines them into an overall dataset. It includes 4 tidy datasets, and 6 functions which assist users to obtain and summarize data.

Primary LanguageROtherNOASSERTION

CityLiving

This package obtains data with API and web-scraping skills from websites, and combines them into an overall dataset. It includes 4 tidy datasets, and 6 functions which assist users to obtain and summarize data.

sources

Numbeo: https://www.numbeo.com
Teleport: https://teleport.org

datasets

This package includes 4 datasets:

  • numbeodata
  • teleportdata
  • simpledata
  • fulldata

More information can be found in the vignette data_vignette.

functions

This package includes 6 functions.
Three functions intend to obtain data from internet:

  • Get city scores out of 10 from teleport: teleport;
  • Get city indices from Numbeo: numbeo;
  • Get brief summary of monthly costs for each city: costsummary;

Three functions intend to present brief summary:

  • Get quality index summary: quality;
  • Get score summary: score;
  • Get overall summary of each city: citysummary

More introductions can be found in the vignette functions_vignette.