(PART) APPENDIX {-}

Index {#contents}

library(readr)
library(dplyr)
library(kableExtra)
knitr::opts_chunk$set(options(knitr.kable.NA = ''))
read_delim(here::here("inst/book/contents.csv"), 
    ",", escape_double = FALSE, trim_ws = TRUE) %>%
  select(Subject, Unit, Functions, Datasets) %>%
  kable(align = "l") %>%
  row_spec(row = 1:65, background = "white") %>%
  row_spec(
    row = c(1, 7, 13, 56),
    background = "#e6e6e6", color = "#104e8b", bold = TRUE
    )


Try the industRial package in your browser

Any scripts or data that you put into this service are public.

industRial documentation built on June 11, 2021, 5:10 p.m.