Select all from vector but
+Examples
+all_but(1:10, c(2, 3), 11, 5)
+#> [1] 1 4 6 7 8 9 10
+
From f3d34e15e53058e128c6bb578512f8f78a53abb0 Mon Sep 17 00:00:00 2001 From: agdamsbo <43278243+agdamsbo@users.noreply.github.com> Date: Wed, 5 Mar 2025 20:29:56 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20agdamsbo?= =?UTF-8?q?/freesearcheR@bc8aa7b583e1d88486edbf46617a74410c2b7371=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgdown.yml | 2 +- reference/all_but.html | 89 ++++++++++++ reference/append_list.html | 97 +++++++++++++ reference/columnSelectInput.html | 124 ++++++++++++++++ reference/contrast_text.html | 131 +++++++++++++++++ reference/create_plot.html | 8 ++ reference/data-correlations.html | 17 ++- reference/data-plots-1.png | Bin 0 -> 55347 bytes reference/data-plots-2.png | Bin 0 -> 51461 bytes reference/data-plots-3.png | Bin 0 -> 34482 bytes reference/data-plots-4.png | Bin 0 -> 59112 bytes reference/data-plots-5.png | Bin 0 -> 48720 bytes reference/data-plots-6.png | Bin 0 -> 239070 bytes reference/data-plots-7.png | Bin 0 -> 238493 bytes reference/data-plots-8.png | Bin 0 -> 328196 bytes reference/data-plots.html | 180 ++++++++++++++++++++++++ reference/data_visuals_server.html | 8 ++ reference/data_visuals_ui.html | 8 ++ reference/get_label.html | 93 ++++++++++++ reference/get_plot_options.html | 91 ++++++++++++ reference/getfun.html | 2 +- reference/index.html | 102 +++++++++++++- reference/is_valid_redcap_url.html | 86 +++++++++++ reference/is_valid_token.html | 86 +++++++++++ reference/launch_freesearcheR.html | 79 +++++++++++ reference/line_break.html | 75 ++++++++++ reference/modal_update_factor.html | 8 ++ reference/plot_hbars.html | 8 ++ reference/plot_ridge.html | 8 ++ reference/plot_sankey.html | 8 ++ reference/plot_sankey_single-1.png | Bin 0 -> 249437 bytes reference/plot_sankey_single-2.png | Bin 0 -> 253497 bytes reference/plot_sankey_single.html | 88 ++++++++++++ reference/plot_scatter.html | 8 ++ reference/plot_violin.html | 8 ++ reference/possible_plots.html | 95 +++++++++++++ reference/redcap_demo_app.html | 8 ++ reference/redcap_read_shiny_module.html | 19 +-- reference/sankey_ready.html | 128 +++++++++++++++++ reference/subset_types.html | 122 ++++++++++++++++ reference/supported_plots.html | 133 +++++++++++++++++ reference/update-factor.html | 117 +++++++++++++++ reference/update_factor_server.html | 8 ++ reference/update_factor_ui.html | 8 ++ reference/vertical_stacked_bars.html | 84 +++++++++++ search.json | 2 +- sitemap.xml | 19 ++- 47 files changed, 2130 insertions(+), 27 deletions(-) create mode 100644 reference/all_but.html create mode 100644 reference/append_list.html create mode 100644 reference/columnSelectInput.html create mode 100644 reference/contrast_text.html create mode 100644 reference/create_plot.html create mode 100644 reference/data-plots-1.png create mode 100644 reference/data-plots-2.png create mode 100644 reference/data-plots-3.png create mode 100644 reference/data-plots-4.png create mode 100644 reference/data-plots-5.png create mode 100644 reference/data-plots-6.png create mode 100644 reference/data-plots-7.png create mode 100644 reference/data-plots-8.png create mode 100644 reference/data-plots.html create mode 100644 reference/data_visuals_server.html create mode 100644 reference/data_visuals_ui.html create mode 100644 reference/get_label.html create mode 100644 reference/get_plot_options.html create mode 100644 reference/is_valid_redcap_url.html create mode 100644 reference/is_valid_token.html create mode 100644 reference/launch_freesearcheR.html create mode 100644 reference/line_break.html create mode 100644 reference/modal_update_factor.html create mode 100644 reference/plot_hbars.html create mode 100644 reference/plot_ridge.html create mode 100644 reference/plot_sankey.html create mode 100644 reference/plot_sankey_single-1.png create mode 100644 reference/plot_sankey_single-2.png create mode 100644 reference/plot_sankey_single.html create mode 100644 reference/plot_scatter.html create mode 100644 reference/plot_violin.html create mode 100644 reference/possible_plots.html create mode 100644 reference/redcap_demo_app.html create mode 100644 reference/sankey_ready.html create mode 100644 reference/subset_types.html create mode 100644 reference/supported_plots.html create mode 100644 reference/update-factor.html create mode 100644 reference/update_factor_server.html create mode 100644 reference/update_factor_ui.html create mode 100644 reference/vertical_stacked_bars.html diff --git a/pkgdown.yml b/pkgdown.yml index 7f5e849..6851194 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -2,7 +2,7 @@ pandoc: 3.1.11 pkgdown: 2.1.1 pkgdown_sha: ~ articles: {} -last_built: 2025-02-27T12:51Z +last_built: 2025-03-05T20:29Z urls: reference: https://agdamsbo.github.io/freesearcheR/reference article: https://agdamsbo.github.io/freesearcheR/articles diff --git a/reference/all_but.html b/reference/all_but.html new file mode 100644 index 0000000..348857f --- /dev/null +++ b/reference/all_but.html @@ -0,0 +1,89 @@ + +
Select all from vector but
+all_but(1:10, c(2, 3), 11, 5)
+#> [1] 1 4 6 7 8 9 10
+
Append list with named index
+ls_d <- list(test=c(1:20))
+ls_d <- list()
+data.frame(letters[1:20],1:20) |> append_list(ls_d,"letters")
+#> Error in append_list(data.frame(letters[1:20], 1:20), ls_d, "letters"): could not find function "append_list"
+letters[1:20]|> append_list(ls_d,"letters")
+#> Error in append_list(letters[1:20], ls_d, "letters"): could not find function "append_list"
+
R/columnSelectInput.R
+ columnSelectInput.Rd
Copied and modified from the IDEAFilter package +Adds the option to select "none" which is handled later
+columnSelectInput(
+ inputId,
+ label,
+ data,
+ selected = "",
+ ...,
+ col_subset = NULL,
+ placeholder = "",
+ onInitialize,
+ none_label = "No variable selected"
+)
passed to selectizeInput
passed to selectizeInput
data.frame
object from which fields should be populated
default selection
passed to selectizeInput
a vector
containing the list of allowable columns to select
passed to selectizeInput
options
passed to selectizeInput
options
label for "none" item
a selectizeInput
dropdown element
Calculates the best contrast text color for a given +background color.
+contrast_text(
+ background,
+ light_text = "white",
+ dark_text = "black",
+ threshold = 0.5,
+ method = "perceived_2",
+ ...
+)
A hex/named color value that represents the background.
A hex/named color value that represents the light text +color.
A hex/named color value that represents the dark text color.
A numeric value between 0 and 1 that is used to determine +the luminance threshold of the background color for text color.
A character string that specifies the method for calculating +the luminance. Three different methods are available: +c("relative","perceived","perceived_2")
parameter overflow. Ignored.
This function aids in deciding the font color to print on a given background. +The function is based on the example provided by teppo: +https://stackoverflow.com/a/66669838/21019325. +The different methods provided are based on the methods outlined in the +StackOverflow thread: +https://stackoverflow.com/questions/596216/formula-to-determine-perceived-brightness-of-rgb-color
+R/correlations-module.R
+ Source: R/correlations-module.R
, R/data_plots.R
data-correlations.Rd
Data correlations evaluation module
+Data correlations evaluation module
data_correlations_ui(id, ...)
-data_correlations_server(id, data, include.class = NULL, cutoff = 0.7, ...)
arguments passed to toastui::datagrid
ignored
1i%;vS`##BJK{w~kL9~tR
zeH5?t*e@WdfMo#7#Sm&NEFzn~xEvOL2hX%d;k?(&qB~}fxxYMGaR#=hnj*+}Z7`O!
z-v8Hyi`7DsKa4X~y!vmW=RD`)o%5k;&UJ-xB6^X7k~2EoS=P0!ry#m`8_BpBmCA`&
z+tm`oirV> Os##Ka+b&unpXDYm)XTQ;x`AXj@aa>$L1D1R_^=QZS&Taa
z=#qaSo$8f&$5s2`qomxw@xNE}#Lu1Ac=H1a@9gveEW#k8nwy`$MbejN-?}38Nafs%3$~gm
zZ?LgnIK0Wdom{QtIlTRgO>a>Bcg<8xE!V3TdeBy9+f?~L4?
zu?D<*+kO4j>toO`Cnmy%F_Jqca8(vBP*N^rm5ix&B#1ap{v?nK`x;PU
FBaRonco~~<8Kq4QPby0sIR6n4sCr25LAw-=
zB{ELE{shMG@(*f;vTvBZ^Yu9@*nw7PMixW-9{hd*q{pmzX|$ZdfdT2J3l}b=eeA%?
z-9S)uD78Od`o!5OX|+Vt`>-eVo1$`#+Dmq6=Z|~>G%VqG-sJCfg8ck1@9F8*^2W${
zx7=%i543O*>V~`n==O+%4`9l+mGjS%W`k|tFHKp#qO#a+^Z_nVw#nSwTms&zOV=_{YHU#;kF;b)
zLwRp^=~z%=Cl7h1UTu+lrH?goI%Zojs1QCkJ7!DpdVku};jOeq&+^0`i6$RB<{{cDZKFbu{g_?eQn+E$JX<+Bo?jeb*PuF-gZ4OL~iyr5k#B)gAb)0
zAt