Skip to content

Commit

Permalink
fix: 🎨 add space before register_abbrev
Browse files Browse the repository at this point in the history
  • Loading branch information
signekb committed May 16, 2024
1 parent 9fc81c4 commit 318feaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/design.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ registers in order for the package to classify diabetes status:

```{r, echo=FALSE}
variable_description |>
mutate(Register = paste0(register_name, "(", register_abbrev, ")")) |>
mutate(Register = paste0(register_name, " (", register_abbrev, ")")) |>
select(Register, Variable = variable_name) |>
knitr::kable()
```
Expand Down

0 comments on commit 318feaf

Please sign in to comment.