diff --git a/html/strings.qmd b/html/strings.qmd index 7e910e60..58b37ea5 100644 --- a/html/strings.qmd +++ b/html/strings.qmd @@ -161,7 +161,7 @@ see <- function(rx) str_view("abc ABC 123\t.!?\\(){}\n", rx) ``` - `str_split_fixed(string, pattern, n)`: Split a vector of strings into a matrix of substrings (splitting at occurrences of a pattern match). - Also `str_split()` to return a list of substrings and `str_split_n()` to return the nth substring. + Also `str_split()` to return a list of substrings and `str_split_i()` to return the ith substring. ```{r} str_split_fixed(sentences, " ", n = 3) diff --git a/keynotes/strings.key b/keynotes/strings.key index b8a7fb48..6b7bdff6 100644 Binary files a/keynotes/strings.key and b/keynotes/strings.key differ diff --git a/pngs/strings.png b/pngs/strings.png index b1b11315..16a7e1ea 100644 Binary files a/pngs/strings.png and b/pngs/strings.png differ diff --git a/powerpoints/strings.pptx b/powerpoints/strings.pptx index ae25fc13..b4ebcc60 100644 Binary files a/powerpoints/strings.pptx and b/powerpoints/strings.pptx differ diff --git a/strings.pdf b/strings.pdf index 8cef4fa7..1524bf3e 100644 Binary files a/strings.pdf and b/strings.pdf differ diff --git a/translations/portuguese/strings_pt_br.pdf b/translations/portuguese/strings_pt_br.pdf index d549720c..028b283a 100644 Binary files a/translations/portuguese/strings_pt_br.pdf and b/translations/portuguese/strings_pt_br.pdf differ diff --git a/translations/portuguese/strings_pt_br.pptx b/translations/portuguese/strings_pt_br.pptx index 7ddd22d6..3b71f34c 100644 Binary files a/translations/portuguese/strings_pt_br.pptx and b/translations/portuguese/strings_pt_br.pptx differ