An open API service indexing awesome lists of open source software.

https://github.com/mbjoseph/r-intro-functions

Introduction to functions in R
https://github.com/mbjoseph/r-intro-functions

functions introduction presentation r slides

Last synced: about 1 year ago
JSON representation

Introduction to functions in R

Awesome Lists containing this project

README

          

# An introduction to functions in R

This repository contains slides to introduce functions in the R programming language.

## Rendering the slides

To render the slides, you can use R Markdown:

```r
rmarkdown::render("intro-functions.Rmd")
```

## Viewing the slides

If you don't need to render the slides yourself, you can see a rendered pdf version here: https://github.com/mbjoseph/r-intro-functions/blob/master/intro-functions.pdf