GithubHelp home page GithubHelp logo

hockey_data_with_swirl's Introduction

Hockey Data With Swirl

The swirl package is an incredibly neat learning tool that teaches you how to use R via interactive learning in the RStudio console. And an associated package called swirlify allows anyone to create lessons that can then be used by anyone using swirl.

This course I've created, Hockey Data With Swirl, aims to teach you basic tidyverse functions using hockey data. The data set used here is the same one used in my introduction to R at Hockey-Graphs, and the content is similar, but not quite identical. You can go through either tutorial, or both, in any order. The swirl package is just another learning tool that guides you through, question by question. Right now there is only one lesson in the course, but my goal is to add more in the future (such as a lesson for ggplot2!).

In order to go through the lesson, you need to have downloaded R and RStudio (the instructions for which are available in the Hockey-Graphs tutorial I linked above). In RStudio, open a script and run the following code:

install.packages("swirl")
library(swirl)
install_course_github("meghall06", "Hockey_Data_With_Swirl")
swirl()

The console prompts will take over from there. swirl works through the console, which allows for interactivity but doesn't make it easy to save your code and go back to it later. I've attempted to account for that by making available the code file that contains all of the questions and answers from the lesson.

I hope you find the lesson useful, feel free to give feedback and let me know what other topics you'd be interested in!

hockey_data_with_swirl's People

Contributors

hockey-graphs avatar meghall06 avatar

Stargazers

Eric Colon avatar Aaron avatar Danny Page avatar

Watchers

Eric Colon avatar  avatar

Forkers

kkim70 temp0st seh7x

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.