diff --git a/vignettes/deepdive.Rmd b/vignettes/deepdive.Rmd index c6fd8df8..d69d4cc4 100644 --- a/vignettes/deepdive.Rmd +++ b/vignettes/deepdive.Rmd @@ -174,7 +174,7 @@ First, let's read in the specification file and call it `var_spec`. Note that w ```{r} var_spec <- var_spec %>% rename(type = "Data Type") %>% - set_names(tolower) + set_names(tolower) ``` ```{r, echo = FALSE} @@ -192,7 +192,8 @@ datatable( dom = "Bfrtip", columnDefs = list(list(visible = FALSE, targets = columns2hide)) ) -) +) %>% + formatStyle(0, target = "row", color = "black", backgroundColor = "white", fontWeight = "bold", lineHeight = "70%") ``` ## `xportr_type()`