Skip to content

Commit

Permalink
chore: #150 style
Browse files Browse the repository at this point in the history
  • Loading branch information
bms63 committed Jun 8, 2023
1 parent 93b481d commit ba7e540
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/xportr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ knitr::opts_chunk$set(
library(DT)
options(cli.num_colors = 1)
```

```{r, include=FALSE}
Expand Down Expand Up @@ -95,7 +94,8 @@ In order to make use of the functions within `{xportr}` you will need to create
```{r}
var_spec <- read_xlsx(
system.file(paste0("specs/", "ADaM_admiral_spec.xlsx"), package = "xportr"),
sheet = "Variables") %>%
sheet = "Variables"
) %>%
rename(type = "Data Type") %>%
set_names(tolower)
```
Expand Down

0 comments on commit ba7e540

Please sign in to comment.