library(tidyverse)
theme_set(theme_minimal())

Summary

This is the dataset used to create this datadoc

dataset <- {{{data}}}

Here is a summary of that dataset

dataset %>% head(10) %>% DT::datatable()
skimr::skim(dataset)


dandermotj/datadoc documentation built on May 28, 2019, 8:59 p.m.