Add autocomplete screenshot

This commit is contained in:
hadley 2015-11-09 06:32:56 -06:00
parent d963d3415f
commit 0b9b5ffeaa
2 changed files with 5 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

View File

@ -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