You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .devel/sphinx/rapi/about_arguments.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ If some function violates one of the following rules (for a very important reaso
10
10
11
11
When a character vector argument is expected, factors and other vectors coercible to characters vectors are silently converted with [`as.character`](https://stat.ethz.ch/R-manual/R-devel/library/base/html/character.html), otherwise an error is generated. Coercion from a list which does not consist of length-1 atomic vectors issues a warning.
12
12
13
-
When a logical, numeric, or integer vector argument is expected, factors are converted with `as.*(as.character(...))`, and other coercible vectors are converted with `as.*`, otherwise an error is generated.
13
+
When a logical, numeric, or integer vector argument is expected, factors are converted with `as.*(`[`as.character`](https://stat.ethz.ch/R-manual/R-devel/library/base/html/character.html)`(...))`, and other coercible vectors are converted with `as.*`, otherwise an error is generated.
14
14
15
15
## Vectorization
16
16
@@ -42,4 +42,4 @@ The official online manual of <span class="pkg">stringi</span> at <https://strin
42
42
43
43
Gagolewski M., <spanclass="pkg">stringi</span>: Fast and portable character string processing in R, *Journal of Statistical Software* 103(2), 2022, 1-59, [doi:10.18637/jss.v103.i02](https://doi.org/10.18637/jss.v103.i02)
Copy file name to clipboardexpand all lines: .devel/sphinx/rapi/about_encoding.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -98,10 +98,10 @@ The official online manual of <span class="pkg">stringi</span> at <https://strin
98
98
99
99
Gagolewski M., <spanclass="pkg">stringi</span>: Fast and portable character string processing in R, *Journal of Statistical Software* 103(2), 2022, 1-59, [doi:10.18637/jss.v103.i02](https://doi.org/10.18637/jss.v103.i02)
Copy file name to clipboardexpand all lines: .devel/sphinx/rapi/about_locale.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,6 @@ Gagolewski M., <span class="pkg">stringi</span>: Fast and portable character str
58
58
59
59
Other locale_management: [`stri_locale_info()`](stri_locale_info.md), [`stri_locale_list()`](stri_locale_list.md), [`stri_locale_set()`](stri_locale_set.md)
Copy file name to clipboardexpand all lines: .devel/sphinx/rapi/about_search.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -58,16 +58,16 @@ Other search_charclass: [`about_search_charclass`](about_search_charclass.md), [
58
58
59
59
Other search_detect: [`stri_detect()`](stri_detect.md), [`stri_startswith()`](stri_startsendswith.md)
60
60
61
-
Other search_count: [`stri_count_boundaries()`](stri_count_boundaries.md), [`stri_count()`](stri_count.md)
61
+
Other search_count: [`stri_count()`](stri_count.md), [`stri_count_boundaries()`](stri_count_boundaries.md)
62
62
63
-
Other search_locate: [`stri_locate_all_boundaries()`](stri_locate_boundaries.md), [`stri_locate_all()`](stri_locate.md)
63
+
Other search_locate: [`stri_locate_all()`](stri_locate.md), [`stri_locate_all_boundaries()`](stri_locate_boundaries.md)
64
64
65
65
Other search_replace: [`stri_replace_all()`](stri_replace.md), [`stri_replace_rstr()`](stri_replace_rstr.md), [`stri_trim_both()`](stri_trim.md)
66
66
67
-
Other search_split: [`stri_split_boundaries()`](stri_split_boundaries.md), [`stri_split_lines()`](stri_split_lines.md), [`stri_split()`](stri_split.md)
67
+
Other search_split: [`stri_split()`](stri_split.md), [`stri_split_boundaries()`](stri_split_boundaries.md), [`stri_split_lines()`](stri_split_lines.md)
68
68
69
69
Other search_subset: [`stri_subset()`](stri_subset.md)
70
70
71
-
Other search_extract: [`stri_extract_all_boundaries()`](stri_extract_boundaries.md), [`stri_extract_all()`](stri_extract.md), [`stri_match_all()`](stri_match.md)
71
+
Other search_extract: [`stri_extract_all()`](stri_extract.md), [`stri_extract_all_boundaries()`](stri_extract_boundaries.md), [`stri_match_all()`](stri_match.md)
Copy file name to clipboardexpand all lines: .devel/sphinx/rapi/about_search_boundaries.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -46,8 +46,8 @@ The official online manual of <span class="pkg">stringi</span> at <https://strin
46
46
47
47
Gagolewski M., <spanclass="pkg">stringi</span>: Fast and portable character string processing in R, *Journal of Statistical Software* 103(2), 2022, 1-59, [doi:10.18637/jss.v103.i02](https://doi.org/10.18637/jss.v103.i02)
0 commit comments