Add alt text for autocomplete image in strings chapter. (#1423)

This commit is contained in:
Mara Averick 2023-04-16 07:33:28 -06:00 committed by GitHub
parent d7937980d9
commit ee0b4c9aa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ This is particularly useful if you use RStudio because typing `str_` will trigge
```{r}
#| echo: false
#| fig-alt: "`str_c` typed into the RStudio console with the autocomplete tooltip shown on top, which lists functions beginning with `str_c`. The funtion signature and beginning of the man page for the highlighted function from the autocomplete list are shown in a panel to its right."
knitr::include_graphics("screenshots/stringr-autocomplete.png")
```