Coder Social home page Coder Social logo

fpesante / a-guided-tour-of-r Goto Github PK

View Code? Open in Web Editor NEW

This project forked from seanchrismurphy/a-guided-tour-of-r

0.0 1.0 0.0 3.98 MB

A self-paced version of an introductory R workshop taught at SPSP 2018. Will probably take 4-10 hours to work through, depending on experience and pacing.

R 100.00%

a-guided-tour-of-r's Introduction

A-Guided-Tour-of-R

A self-paced version of an introductory R workshop taught at SPSP 2018. Will probably take 4-10 hours to work through, depending on experience and pacing.

Format

The PDF in this directory contains a copy of the slides used to present the concepts in this workshop live and may be useful to get an overview, but all necessary detail is contained in instructions within the .R files themselves. In order to work through these files, just follow the setup instructions below.

Setup

In order to work through the exercises and intructions, you'll first need to go through a few quick steps.

  1. First off, you'll need to install R and RStudio. Instructions on how to do this can be found here.

  2. Next, you'll need to install a few packages (basically R addons) that we'll be working with in the workshop. To do so, open RStudio (just double-click the icon), and then paste the below line of code into the window that says 'Console', then hit Enter.

install.packages(c("tidyverse", "gapminder"))

Ideally, you should see a series of 'downloading' messages, followed by a completion message. To check if this has worked, you can paste the following line into the console:

library(tidyverse)

If you see an 'Attaching packages' message, everything has worked (don't worry about the Conflicts message).

  1. Download this repository to your local computer to work on. To do this, click 'Clone or Download' then 'Download Zip', on this page. One that's done, you'll need to unzip the downloaded file into a folder. Once that's done, you're good to go - Open Workshop code 1. Introduction.R (in RStudio) and get started!

a-guided-tour-of-r's People

Contributors

seanchrismurphy avatar

Watchers

 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.