Skip to content

Commit 04241e4

Browse files
reword
1 parent 649c6e9 commit 04241e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vignettes/navigation.Rmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ observeEvent(input$keys, {
7676
})
7777
```
7878

79-
This is pretty much all you need to start using `keys` for conditional logic in your app. With functions like `addKeys`, `removeKeys`, `recordKeys`, and more, you can be even more creative with the logic.
79+
This is pretty much all you need to start using `keys` for conditional logic in your app. If you're looking for more advanced logic, you can be creative with functions like `addKeys`, `removeKeys`, and `recordKeys`.
8080

81-
Lastly, below is the full scripts for both apps demonstrated above:
81+
Finally, below is the full scripts for both apps demonstrated above:
8282

8383
```{r full scripts, eval=FALSE}
8484
# without tab values assigned

0 commit comments

Comments
 (0)