Skip to content

Commit

Permalink
Add autocomplete screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Nov 9, 2015
1 parent d963d34 commit 0b9b5ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Binary file added screenshots/stringr-autocomplete.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion strings.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,11 @@ Instead we'll use functions from stringr. These have more intuitive names, and a
str_length(NA)
```

The common `str_` prefix is particularly useful if you use RStudio, because typing `str_` will trigger autocomplete, allowing you to see all stringr functions.
The common `str_` prefix is particularly useful if you use RStudio, because typing `str_` will trigger autocomplete, allowing you to see all stringr functions:

```{r}
bookdown::embed_png("screenshots/stringr-autocomplete.png", dpi = 220)
```

### Combining strings

Expand Down

0 comments on commit 0b9b5ff

Please sign in to comment.