Add autocomplete screenshot
This commit is contained in:
parent
d963d3415f
commit
0b9b5ffeaa
Binary file not shown.
After Width: | Height: | Size: 144 KiB |
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue