dmattek / BernR-semi-advanced

Semi-advanced R topics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tutorial scripts for BernR meet-up

This tutorial accompanies the BernR MeetUp: Semi-advanced R programming tricks.

Click here to view the HTML version.

The tutorial uses following packages:

  • pacman for package loading, see here,
  • data.table for data wrangling,
  • ggplot2 for plotting,
  • plotly for interactive plotting.

The tutorial in script01.Rmd notebook covers following topics:

  • Working with RStudio projects, code formatting, syntax conventions.
  • Converting between long and wide data formats.
  • Plotting with ggplot2, including interactive plotting with plotly.
  • Wrapping code into functions, and documenting them with Roxygen.

About

Semi-advanced R topics

License:MIT License