-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
executable file
·23 lines (16 loc) · 1.17 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
title: "An Introduction To R"
author: Stuart Hertzog
site: bookdown::bookdown_site
output: bookdown::gitbook
documentclass: book
description: "A series of tutorials on R, RStudio, and R programming."
---
# Preface {-}
<img src="images/Rlogo.png" style="margin-bottom: 1.5em; width: 150px" />
**This material is my own process of learning the R programming language. It can be yours, too.**
**Originally just notes on R, it grew into a series of presentations** to the [VicPiMakers Meetup Group](https://www.meetup.com/Victoria-Raspberry-PiMakers-And-Others/) in [Victoria BC](https://www.tourismvictoria.com/) in April and May 2018. Each presentation was created in the [RStudio IDE](https://www.rstudio.com/) as a series of [RMarkdown](http://rmarkdown.rstudio.com/) documents that were output to [HTML](https://en.wikipedia.org/wiki/HTML) then transferred to a Web hosting site by [FTP](https://en.wikipedia.org/wiki/File_Transfer_Protocol).
**This Series has now become what I hope is a useful tool for learning R**. Instructions for setting up and using it are given in [How To Set Up This Series](setup.html).
Good luck with your R learning!
_Stuart Hertzog,
Victoria, BC Canada_