knitr::opts_chunk$set(echo = TRUE, rows.print = 3) library("learnr") library("tidyverse") theme_set(theme_classic()) tutorial_options(exercise.cap = "Exercise")
All Happy families are alike; each unhappy family is unhappy in its ownway. Leo Tolstoy
It is possible to arrange data in many bizare ways
pivot_longer
pivot_wider
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.