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
- Host: GitHub
- URL: https://github.com/mbjoseph/r-intro-functions
- Owner: mbjoseph
- License: bsd-2-clause
- Created: 2017-03-08T21:42:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-31T20:26:03.000Z (over 6 years ago)
- Last Synced: 2025-03-29T12:11:13.614Z (about 1 year ago)
- Topics: functions, introduction, presentation, r, slides
- Size: 380 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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