diff --git a/404.html b/404.html index fb41604..9cbdc50 100644 --- a/404.html +++ b/404.html @@ -23,7 +23,7 @@ FreesearchR - 25.3.2 + 25.4.1 + + + + + +
+
+
+ +
+

Drop-in replacement for the base::sort_by with option to remove NAs

+
+ +
+

Usage

+
sort_by(x, y, na.rm = FALSE, ...)
+
+ +
+

Arguments

+ + +
x
+

x

+ + +
y
+

y

+ + +
na.rm
+

remove NAs

+ + +
...
+

passed to base_sort_by

+ +
+
+

Value

+

vector

+
+ +
+

Examples

+
sort_by(c("Multivariable", "Univariable"),c("Univariable","Minimal","Multivariable"))
+#> [1] "Univariable"   NA              "Multivariable"
+
+
+
+ + +
+ + + + + + + diff --git a/reference/specify_qmd_format.html b/reference/specify_qmd_format.html index 410c104..c16efd1 100644 --- a/reference/specify_qmd_format.html +++ b/reference/specify_qmd_format.html @@ -7,7 +7,7 @@ FreesearchR - 25.3.2 + 25.4.1