GithubHelp home page GithubHelp logo

aariq / sdgsr Goto Github PK

View Code? Open in Web Editor NEW

This project forked from drmattg/sdgsr

0.0 0.0 0.0 5.24 MB

R package for interacting with the UN Sustainable Development Goals

Home Page: https://drmattg.github.io/SDGsR/

R 100.00%

sdgsr's Introduction

SDGsR

An R package for interacting with the UN Sustainable Development Goals API (https://unstats.un.org/SDGAPI/swagger/), inspired by https://rpubs.com/angelamhkim/sdgapi.

To install this package please use:

devtools::install_github(“DrMattG/SDGsR”, dependencies = TRUE)

Example

library(SDGsR)
require(tidyverse)
Goals<-get_SDGs_goals()
Goals %>% select(goal, code, description ) %>% 
  sample_n(.,3) %>% #randomly select three rows to display
  kableExtra::kable()

goal

code

description

9

9.3

Increase the access of small-scale industrial and other enterprises, in particular in developing countries, to financial services, including affordable credit, and their integration into value chains and markets

5

5.4

Recognize and value unpaid care and domestic work through the provision of public services, infrastructure and social protection policies and the promotion of shared responsibility within the household and the family as nationally appropriate

6

6.2

By 2030, achieve access to adequate and equitable sanitation and hygiene for all and end open defecation, paying special attention to the needs of women and girls and those in vulnerable situations

Citation

citation("SDGsR")
## 
## To cite package 'SDGsR' in publications use:
## 
##   Matt Grainger (2021). SDGsR: Interface with the UN SDGs API to get
##   data about the Sustainable Development Goals. R package version
##   0.0.0.9000. https://drmattg.github.io/SDGsR/
## 
## A BibTeX entry for LaTeX users is
## 
##   @Manual{,
##     title = {SDGsR: Interface with the UN SDGs API to get data about the Sustainable Development Goals},
##     author = {Matt Grainger},
##     year = {2021},
##     note = {R package version 0.0.0.9000},
##     url = {https://drmattg.github.io/SDGsR/},
##   }

sdgsr's People

Contributors

drmattg avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.