From d8b2b65636adc3d0bd4641270d3e01a8f35be08f Mon Sep 17 00:00:00 2001 From: agdamsbo <43278243+agdamsbo@users.noreply.github.com> Date: Tue, 15 Apr 2025 10:22:32 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20agdamsbo?= =?UTF-8?q?/FreesearchR@652a8ca1b7e3ac4547bdd9c6afee3d06c79b12ac=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 12 ++- pkgdown.yml | 2 +- reference/align_axes.html | 80 +++++++++++++++ reference/argsstring2list.html | 12 +++ reference/create_baseline.html | 54 ++++++++++ reference/create_log_tics.html | 2 +- reference/cut_var.html | 2 + reference/data-plots-1.png | Bin 52069 -> 55922 bytes reference/data-plots-3.png | Bin 51461 -> 55347 bytes reference/data-plots.html | 70 +++---------- reference/data_type_filter.html | 20 +++- reference/expression_string.html | 2 +- reference/factorize.html | 38 +++++++ reference/getfun.html | 2 +- reference/index.html | 20 ++-- reference/line_break.html | 6 +- reference/plot_sankey_single.html | 8 +- reference/remove_empty_attr.html | 35 +++++++ reference/remove_nested_list.html | 6 +- reference/subset_types.html | 2 +- reference/wide2long.html | 160 +++++++++++++++--------------- search.json | 2 +- sitemap.xml | 3 +- 23 files changed, 365 insertions(+), 173 deletions(-) create mode 100644 reference/align_axes.html diff --git a/index.html b/index.html index 172c747..cb61149 100644 --- a/index.html +++ b/index.html @@ -57,13 +57,17 @@ -

This package is the backbone of the FreesearchR, a free and open-source browser based data exploration and analysis tool for clinicians and researchers with publication ready output.

-

This package and the FreesearchR-tool is part of a larger initiative to democratize health data analysis and remove barriers for clinicians to engage in health research.

-

the FreesearchR-tool is online and accessible here: link to the app freely hosted on shinyapps.io. All feedback is welcome and can be shared as a GitHub issue.

-

Initiatives for funding continued development of the tool and surrounding initiatives is ongoing.

+

This package is the backbone of the FreesearchR, a free and open-source browser based data exploration and analysis tool intended to democratise clinical research by assisting any researcher to easily evaluate and analyse data and export publication ready results.

+

The FreesearchR-tool is online and accessible here: link to the app freely hosted on shinyapps.io. All feedback is welcome and can be shared as a GitHub issue. Any suggestions on collaboration is much welcomed. Please reach out!

Motivation

+

This app has the following simple goals:

+
    +
  1. help the health clinician getting an overview of data in quality improvement projects and clinical research

  2. +
  3. help learners get a good start analysing data and coding in R

  4. +
  5. ease quick data overview and basic visualisations for any clinical researcher

  6. +

Install locally diff --git a/pkgdown.yml b/pkgdown.yml index 9948425..a8a3759 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -3,7 +3,7 @@ pkgdown: 2.1.1 pkgdown_sha: ~ articles: FreesearchR: FreesearchR.html -last_built: 2025-04-14T10:38Z +last_built: 2025-04-15T10:21Z urls: reference: https://agdamsbo.github.io/FreesearchR/reference article: https://agdamsbo.github.io/FreesearchR/articles diff --git a/reference/align_axes.html b/reference/align_axes.html new file mode 100644 index 0000000..4ba3f16 --- /dev/null +++ b/reference/align_axes.html @@ -0,0 +1,80 @@ + +Aligns axes between plots — align_axes • FreesearchR + Skip to contents + + +
+
+
+ +
+

Aligns axes between plots

+
+ +
+

Usage

+
align_axes(...)
+
+ +
+

Arguments

+ + +
...
+

ggplot2 objects or list of ggplot2 objects

+ +
+
+

Value

+

list of ggplot2 objects

+
+ +
+ + +
+ + + +
+ + + + + + + diff --git a/reference/argsstring2list.html b/reference/argsstring2list.html index 25efbd4..06c4111 100644 --- a/reference/argsstring2list.html +++ b/reference/argsstring2list.html @@ -58,6 +58,18 @@

list

+
+

Examples

+
argsstring2list("A=1:5,b=2:4")
+#> $A
+#> [1] 1 2 3 4 5
+#> 
+#> $b
+#> [1] 2 3 4
+#> 
+
+
+
diff --git a/reference/create_baseline.html b/reference/create_baseline.html index ce0b167..1ab99e3 100644 --- a/reference/create_baseline.html +++ b/reference/create_baseline.html @@ -172,6 +172,60 @@ N = 5 0 (0) 1 (20)
1 Kruskal-Wallis rank sum test; Fisher’s exact test + create_baseline(default_parsing(mtcars), by.var = "am", add.p = FALSE, add.overall = FALSE, theme = "lancet") +#> Setting theme "The Lancet" +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CharacteristicFALSE
+N = 19
1
TRUE
+N = 13
1
mpg17·3 (14·7 – 19·2)22·8 (21·0 – 30·4)
cyl

    43 (16%)8 (62%)
    64 (21%)3 (23%)
    812 (63%)2 (15%)
disp276 (168 – 360)120 (79 – 160)
hp175 (110 – 205)109 (66 – 113)
drat3·15 (3·07 – 3·70)4·08 (3·85 – 4·22)
wt3·52 (3·44 – 3·85)2·32 (1·94 – 2·78)
qsec17·82 (17·05 – 19·44)17·02 (16·46 – 18·61)
vs7 (37%)7 (54%)
gear

    315 (79%)0 (0%)
    44 (21%)8 (62%)
    50 (0%)5 (38%)
carb

    13 (16%)4 (31%)
    26 (32%)4 (31%)
    33 (16%)0 (0%)
    47 (37%)3 (23%)
    60 (0%)1 (7·7%)
    80 (0%)1 (7·7%)
1 Median (IQR); n (%)