Add autocomplete screenshot
This commit is contained in:
BIN
screenshots/stringr-autocomplete.png
Normal file
BIN
screenshots/stringr-autocomplete.png
Normal file
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)
|
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
|
### Combining strings
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user