(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
    )


J-Ramalho/industRial documentation built on April 19, 2022, 11:13 a.m.