Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

bmei/R-Notes

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R-Notes

This repo contains my personal notes for using R.

All files have been written using R markdown.

Each folder in the repo contains the same files in different format so you can decide how you want to visualize them.

  • If you want to read the explanations and code on-line without actually running the code, choose the md folder.
  • If you want to read the explanations and code locally without actually running the code, fork the repo, clone it into your computer, go to the html folder, and open the html files.
  • If you want to read the explanations and run the code locally, fork the repo, clone it into your computer, go to the Rmd folder, and open the Rmd files in R.
  • If you want only to run the R code go to the R folder and run the R files in R.

In case you find that I forgot to update the R files (that happened) use the purl() function from the knitr package for extracting the R code from the Rmd files:

library(knitr)
purl("./Minitutorial_01.Rmd")
purl("./Minitutorial_02.Rmd")
purl("./Minitutorial_03.Rmd")
# etc

Cheers!

About

My notes on R Programming Language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.