Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

clean up messy sentence #343

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vignettes/ggvis-basics.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ mtcars %>%
layer_points()
```

Don't worry if this looks a little strange at first. You'll soon get used to it! This style of programming also allows gives you a lot of power when you start creating a lot of power, and allows you to seemlessly intermingle ggvis and dplyr code:
Don't worry if this looks a little strange at first. You'll soon get used to it! This style of programming gives you a lot of power, and allows you to seemlessly intermingle ggvis and dplyr code:

```{r, message = FALSE}
library(dplyr)
Expand Down