Skip to content

Commit

Permalink
Fix R CMD Check
Browse files Browse the repository at this point in the history
Change-Id: Ia9c1cbfce7c1b6d83db31608b445d0dda67a973e
  • Loading branch information
JasperSch committed Jan 31, 2025
1 parent 648a928 commit f798021
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions editbl/vignettes/howto_row_level_access.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ vignette: >
%\VignetteEngine{knitr::rmarkdown}
---

Sometimes you don not want to give a user access to the entire dataset.
Sometimes you do not want to give a user access to the entire dataset.
You can either hide rows or give read-only access.

## Hide rows completely
Expand Down Expand Up @@ -47,7 +47,7 @@ shiny::shinyApp(
print(tibble)
dbDisconnect(mydb)
DBI::dbDisconnect(conn)
```

## Read-only access
Expand Down

0 comments on commit f798021

Please sign in to comment.