Code Monkey home page Code Monkey logo

research-projects-with-r's Introduction

Research-Projects-with-R

Research projects with R is a workshop that aims to give the fundamentals of a research project with R, a proposal of file managment structure and the use of packages as dplyr, tidyr and ggplot2 to wrangle your data.

You can clone or download this worshop and share it. :)

Topics covered in the workshop are:

  1. Project management

    • Project structure.
    • Data lifecycle.
    • Why R and not excel (or GUIs)?
    • RStudio Projects.
  2. R environment intro

    • What is R and how it works?
    • RStudio / Packages
    • Projects with R Studio
  3. R programming

    • Worflow basics (code style)
    • Data and structures
    • Import data
    • Loops and Functions
  4. Tidy data: why rectangular data?

    • tidyr package
    • Tidyr verbs
  5. Transform data

    • dplyr package
    • pipes
    • verbs
  6. Data visualization.

    • ggplot2 package
    • Layered grammar of graphic
    • Geometric Objects
    • Aesthetic mappings

Want to follow the examples and code?

If you want to follow the examples showed in this workshop, make sure you have an updated R version. For this you can check on your R console typing this comand:

R.Version()$version.string

It's better if you have the 3.5.0 version.

Also you will need to install some packages. Try it with this command:

install.packages(c("nycflights13", "tidyr", "ggplot2", "dplyr")

Other things

This workshop was made base on some examples of the workshop dataductos-r from datalatam and also following the Hands on Programming with R and R for Data Science books. If you want to go deeper check those books.

How to clone this repository?

You can use this repository freely and it can be used locally on your computer. In the option that it is in the left upper part that says "Clone or download" you can select the option Download ZIP. On your computer you just extract the files and ready! a copy of this repository you will have. If you want to clone it I already assume that you know how to use it ;)

research-projects-with-r's People

Contributors

ronnyhdez avatar

Stargazers

 avatar Susan Johnston avatar

Watchers

James Cloos avatar

Forkers

acoyne

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.