-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontents.R
40 lines (39 loc) · 4.1 KB
/
contents.R
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#' ---
#' title: "Introduction to R"
#' author:
#' - name: Georges Monette
#' affiliation: York University
#' date: "`r format(Sys.time(), '%B %d, %Y at %H:%M')`"
#' output:
#' html_document:
#' toc: true
#' toc_depth: 6
#' ---
#' <!--
#' TODO:
#' - add graphics, programming, functions and debugging
#' from C:\home\Courses\R\Scripts\Day_3
#' - integrate
#' -->
#' m #' ## Part 1: Installing R and key packages
#'
#' 1. Getting Started: [R Notebook script](Part_01_Getting_Started.R) | [Output](Part_01_Getting_Started.html)
#'
#' ## Part 2: Short Tour of R
#'
#' - Short tour of R: [R script](Part_02_Short_tour.R)
#'
#' ## Appendix 1: Useful Recipes
#'
#' - [Quick useful R recipes](http://practicum.stats.yorku.ca/index.php/R_Recipes) (on our wiki so it's easy to add to them)
#'
#' ## Appendix 2: Material in Progress
#'
#' - [New material on R](http://practicum.stats.yorku.ca/index.php/R_Ideas) (also on our wiki)
#'
#' <!--- TO ADD:
#' 1. Reading and merging spreadsheets ... .R
#' Comments on Assignment 2.R
#' --->
#'
#'