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

3 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. See the package website for more information.

Installation

You can install gsdata using the remotes package:

remotes::install_github("sustentarea/gsdata")

How to Use

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 dataset use:

get_data("gini")

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

get_raw_data("gini", file = "gini.csv")

Data Convertion

If you need to convert the data to a different format, you can use 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.