diff --git a/404.html b/404.html index f0cba2a9..9b4f1f82 100644 --- a/404.html +++ b/404.html @@ -30,7 +30,7 @@ FreesearchR - 25.11.2 + 25.12.1 + + + + + +
+
+
+ +
+

Written assisted by Claude.ai. It is long and possibly too complicated, +but it works

+
+ +
+

Usage

+
collapse_spaces(x, preserve_newlines = TRUE)
+
+ +
+

Arguments

+ + +
x
+

character string

+ + +
preserve_newlines
+

flag to preserve new lines

+ +
+
+

Value

+

character string

+
+ +
+

Examples

+
collapse_spaces(c("cyl", "di sp","s e   d","d  e'dl  e'"))
+#> Error in collapse_spaces(c("cyl", "di sp", "s e   d", "d  e'dl  e'")): could not find function "collapse_spaces"
+
+
+
+ + +
+ + + + + + + diff --git a/reference/collapse_spaces.md b/reference/collapse_spaces.md new file mode 100644 index 00000000..7916856a --- /dev/null +++ b/reference/collapse_spaces.md @@ -0,0 +1,31 @@ +# Substitue spaces/tabs with single space excluding text within quotes + +Written assisted by Claude.ai. It is long and possibly too complicated, +but it works + +## Usage + +``` r +collapse_spaces(x, preserve_newlines = TRUE) +``` + +## Arguments + +- x: + + character string + +- preserve_newlines: + + flag to preserve new lines + +## Value + +character string + +## Examples + +``` r +collapse_spaces(c("cyl", "di sp","s e d","d e'dl e'")) +#> Error in collapse_spaces(c("cyl", "di sp", "s e d", "d e'dl e'")): could not find function "collapse_spaces" +``` diff --git a/reference/columnSelectInput.html b/reference/columnSelectInput.html index 0bd60cf1..f15a00a9 100644 --- a/reference/columnSelectInput.html +++ b/reference/columnSelectInput.html @@ -9,7 +9,7 @@ Adds the option to select "none" which is handled later'>FreesearchR - 25.11.2 + 25.12.1