From ee0b4c9aa1c5c9836bfb3fabd20e43dbcc596828 Mon Sep 17 00:00:00 2001 From: Mara Averick Date: Sun, 16 Apr 2023 07:33:28 -0600 Subject: [PATCH] Add alt text for autocomplete image in strings chapter. (#1423) --- strings.qmd | 1 + 1 file changed, 1 insertion(+) diff --git a/strings.qmd b/strings.qmd index 57378a8..ac224bd 100644 --- a/strings.qmd +++ b/strings.qmd @@ -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") ```