Learn R Programming


This package contains Steph Locke's materials for various presentations and hands-on labs about R. View the training materials on stephlocke.github.io/Rtraining.

Get it

Rtraining is also available for you to download, play with, and amend as you see fit. To get a local copy, use git clone or via Rstudio create a New Project from source control and use https://github.com/stephlocke/Rtraining.git

You can install Rtraining if you choose:

if (!require(devtools)) install.packages("devtools")
devtools::install_github("stephlocke/Rtraining")

Packages

Many useful packages will be downloaded when this package of R training notes downloads. These are all contained in a separate package that acts a regularly update-able manifest - whenever I think a new package deserves to go on the list, the package version will be incremented so running install_github("stephlocke/pkgRecommendations") will get you the latest packages.

if (!require(devtools)) install.packages("devtools")
devtools::install_github("stephlocke/pkgRecommendations")

Important Contents

Copy Link

Version

Version

1.4.0

License

MIT + file LICENSE

Maintainer

Stephanie Locke

Last Published

April 21st, 2017

Functions in Rtraining (1.4.0)

imgURL

Produce link to file stored on github repo
myfunc

Function designed purely to show unit testing
Rtraining

Rtraining.