Giter Club home page Giter Club logo

workr's Introduction

workr

workr is a package to house a series of R workshops authored by Graduate Center Digital Fellows Connor French and Natalie O'Shea. The workshops are in service of the CUNY Graduate Center Digital Initiatives, which "brings together the work of leading scholars and technologists at the CUNY Graduate Center to pioneer new modes of inquiry that integrate digital tools and methods into the research, teaching, and service missions of the university."

There are currently two workshops in the series:

  • Data Wrangling in R. First hosted at the CUNY Graduate Center on 10/22/2019

  • Reproducible Data Analysis in R. First hosted at the CUNY Graduate Center on 2/19/2020

The package will be updated with new workshops as they become available.

Getting started

Installation

These workshops rely on the tidyverse and learnr packages, so be sure to install those packages if you haven't already.

In your R console:

# If you haven't, please install the remotes R package
install.packages("remotes")

# with devtools installed, run this command to install the package
remotes::install_github("natalieoshea/workr", build_vignettes = TRUE)

Beginning a workshop

To complete a workshop, use one of the following functions that corresponds to your desired workshop in your R console. The list of functions will be updated as more workshops get added

# Load the package
library(workr)

# Data Wrangling in R Workshop
run_data_wrangling()

# Reproducible Data Analysis in R Workshop
run_repro_analysis()

After that, you should be good to go!

Slides

We will post slide decks for each tutorial here for your convenience.

Data Wrangling in R

Reproducible Data Analysis in R

workr's People

Contributors

connor-french avatar natalieoshea avatar

Watchers

James Cloos avatar  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.