ds <- data.frame(g = sample(LETTERS[1:2], 100, TRUE), first = REDCapCAST::as_factor(sample(letters[1:4], 100, TRUE)), last = REDCapCAST::as_factor(sample(letters[1:4], 100, TRUE)))
ds |> plot_sankey_single("first", "last")
-#> Warning: Some strata appear at multiple axes.
-#> Warning: Some strata appear at multiple axes.
-#> Warning: Some strata appear at multiple axes.
ds |> plot_sankey_single("first", "last", color.group = "sec")
-#> Warning: Some strata appear at multiple axes.
-#> Warning: Some strata appear at multiple axes.
-#> Warning: Some strata appear at multiple axes.
data.frame(
g = sample(LETTERS[1:2], 100, TRUE),
diff --git a/reference/possible_functions.html b/reference/possible_functions.html
index d7327414..5c98825e 100644
--- a/reference/possible_functions.html
+++ b/reference/possible_functions.html
@@ -7,7 +7,7 @@
FreesearchR
- 25.7.2
+ 25.8.1