fboehm / R-ecology-lesson

Data Carpentry R lessons on ecology

Home Page:http://datacarpentry.github.io/R-ecology-lesson

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

layout title keywords
lesson
Data carpentry -- Starting with R for data analysis
R
subset
data.frame
read.csv

This is an introduction to R designed for participants with no programming experience. These lessons can be taught in 3/4 of a day. They start with some basic information about R syntax, the RStudio interface, and move through how to import CSV files, the structure of data.frame, how to deal with factors, how to add/remove rows and columns, and finish with how to calculate summary statistics for each level and a very brief introduction to plotting.

Prerequisites

  • Having RStudio installed

Topics

Other resources

Organization of the repository

The lessons are written in Rmarkdown. A Makefile generates an html page for each topic using knitr. In the process, knitr creates an intermediate markdown file. These are removed by the Makefile to avoid clutter.

The Makefile also generates a "skeleton" file that is intended to be distributed to the participants. This file includes some of the examples used during teaching and the titles of the section. It provides a guide that the participants can fill in as the lesson progresses. It also avoids typos while typing more complex examples. Each topic generates a skeleton file, and the files produced are then concatenated to create a single file and the intermediate files are deleted. To be included in the skeleton file, a chunk of code needs to have the arguments purl=TRUE.

About

Data Carpentry R lessons on ecology

http://datacarpentry.github.io/R-ecology-lesson

License:Other


Languages

Language:HTML 79.1%Language:JavaScript 13.7%Language:CSS 4.1%Language:R 2.9%Language:Makefile 0.3%