Giter VIP home page Giter VIP logo

gdphelperr's Introduction

gdphelperR

R-CMD-check codecov

The goal of gdphelperR is to take the url of any of the several dozen GDP-related csv datasets from the Canadian Government Open Data Portal and download, clean load, summarize and visualize the data contained within.

  • gdpimporterr: Downloads the zipped data, extracts, renames the appropriate csv, and returns a dataframe along with the title from the meta data.
  • gdpcleanerr: Loads the data, removes spurious columns, renames used columns, scrubs and data issues. Returns a basic data frame and some category flags.
  • gdpdescriberr : Evaluates the data category and generates summary statistics by year, region, industry, etc.
  • gdpplotterr: Generates a set of visualizations of the data set according to the user's choices.

This package is built upon a bunch of popular packages in R ecosystem, including ggplot, dplyr and other packages in the tidyverse. What makes this package unique is that it incorporates the common functionalities and streamlines the workflow from downloading the data to performing simple EDA, specifically for the GDP-related data from the Canadian Government Open Data Portal.

Installation

You can install the released version of gdphelperR from GitHub with:

# install.packages("devtools")
devtools::install_github("UBC-MDS/gdphelperR")

Usage

to import our package:

library(gdphelperR)

For a detailed usage example, please refer to our vignette: https://ubc-mds.github.io/gdphelperR/articles/my-vignette.html

Contributors

Contributing

Interested in contributing? Check out the contributing guidelines.

Code of Conduct

Please note that the gdphelperR project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

License

gdphelperR was created by Aldo Barros, Gabriel Fairbrother, Ramiro Mejia, Wanying Ye. It is licensed under the terms of the MIT license.

gdphelperr's People

Contributors

aldojasb avatar gfairbro avatar gloriawyy avatar ramiromejia avatar

Stargazers

 avatar  avatar

Watchers

 avatar

gdphelperr's Issues

Sanity Check of functions

Hi team, Let's check the functions sequentially like last week, it might be a good idea to replace my toy_data example to use the outputs of gdpimporterr and gdpcleanerr

Documentation

  • Write Vignette
  • Build vignette using pkgdown
  • Publish via GitHub Page (GitHub Actions)

Milestone 4 Feedback

All the criteria we were looking for in this milestone have been met. Full marks.
Congratulations on the consistently strong performance throughout this course!

Shahriar (TA)

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.