Skip to content

๐Ÿ—ƒ๏ธ Data from Sustentarea's Global Syndemic Project

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

sustentarea/gsdata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

gsdata

Project Status: Active โ€“ The project has reached a stable, usable state and is being actively developed. Lifecycle: experimental R-CMD-check.yaml Codecov test coverage License: MIT

Overview

๐Ÿง’๐Ÿฝ๐ŸŽ๐Ÿฅฆ๐ŸŒฝ๐Ÿฅ•๐ŸŒฑ๐ŸŒพ๐Ÿš๐Ÿฝ๏ธ๐Ÿฅ๐ŸŒโ˜€๏ธ๐ŸŒก๏ธ๐Ÿ’ง๐ŸŒณ๐Ÿšœ๐ŸŒง๏ธ๐ŸŒฆ๏ธ๐Ÿ“†๐Ÿ‡ง๐Ÿ‡ท

gsdata is an R package designed to facilitate the documentation and sharing of data from Sustentareaโ€™s Global Syndemic Project.

Installation

You can install gsdata using the remotes package:

remotes::install_github("sustentarea/gsdata")

Usage

The package provides a preview and documentation for each dataset. You can find a list of available datasets here.

To download them, use the function get_data(). For example, to get the gini_index dataset use:

get_data("gini_index")

The raw data files can be downloaded using the get_raw_data() function.

get_raw_data("gini_index")

Data Convertion

If you need to convert the data to a different format, we recommend using the following packages:

  • readr: For writing data to csv files
  • readxl: For writing data to xlsx (Excel) files
  • haven: For writing data to dta (Stata), sav (SPSS), and sas (SAS) files

License

License: MIT

gsdata code is released under the MIT license.