Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 472 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 472 Bytes

Chinese Bike Hire Paper

Chinese bike hire paper code for reading data sources, generating scenarios and calculating health burden.

Download ithimr package

Please download the package using the below command:

remotes::install_github("ITHIM/ITHIM-R@latam_paper")

If it fails, you may need to set the download method to wininet for the Windows OS,

options(download.file.method = "wininet")

And curl for MAC OS

options(download.file.method = "curl")