8000 GitHub - MichalOskiera/rfordummies: R package to accompany the book "R for Dummies"
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

MichalOskiera/rfordummies

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rfordummies

Build Status

Overview

rfordummies is an R package to accompany the book "R for Dummies"

The package contains the following functions:

  • toc() - prints table of contents of the book
  • ch1() - prints all code examples of ch1
  • ch2() - prints all code examples of ch2
  • ...
  • ch20() - prints all code examples of ch20

Since each of the functions ch1() to ch20() also contains the code examples as function examples, you can do the following to run all examples of a given chapter:

example("ch20", "rfordummies")

Installati 4FA0 on

You can install rfordummies using:

library("devtools")
install_github("rfordummies", "andrie")

About

R package to accompany the book "R for Dummies"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 80.9%
  • R 19.1%
0