Skip to content

numbats/teachr

Repository files navigation

teachr

An R package to aid teaching of introduction to R

You can install the development version of teachr from GitHub with:

# install.packages("devtools")
devtools::install_github("numbats/teachr")

Example

```{teachr substitute}
z <- mean(<<1:5>>)
z

---
  
Hint: Add a vector inside mean()

???

expect_identical(z, 3)
```

About

An R package to aid teaching of introduction to R

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors