Skip to content

Commit

Permalink
chore: #84 fixing style and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bms63 committed Jun 11, 2023
1 parent 58dee7b commit 0203d28
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vignettes/deepdive.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -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()`
Expand Down

0 comments on commit 0203d28

Please sign in to comment.