diff --git a/404.html b/404.html index b3347af..ceb7df2 100644 --- a/404.html +++ b/404.html @@ -20,7 +20,7 @@ - + Skip to contents @@ -30,7 +30,7 @@ FreesearchR - 25.5.2 + 25.5.3 + + + + + +
+
+
+ +
+

Simplified version of the snakecase packages to_snake_case

+
+ +
+

Usage

+
simple_snake(data)
+
+ +
+

Arguments

+ + +
data
+

character string vector

+ +
+
+

Value

+

vector

+
+ +
+

Examples

+
c("foo bar", "fooBar21", "!!Foo'B'a-r", "foo_bar", "F  OO bar") |> simple_snake()
+#> [1] "foo_bar"   "foobar21"  "fooba-r"   "foo_bar"   "f__oo_bar"
+
+
+
+ + +
+ + + + + + + diff --git a/reference/sort_by.html b/reference/sort_by.html index 0ff26e2..3fd44e9 100644 --- a/reference/sort_by.html +++ b/reference/sort_by.html @@ -1,5 +1,5 @@ -Drop-in replacement for the base::sort_by with option to remove NAs — sort_by • FreesearchR +Drop-in replacement for the base::sort_by with option to remove NAs — sort_by • FreesearchR Skip to contents @@ -7,7 +7,7 @@ FreesearchR - 25.5.2 + 25.5.3