diff --git a/404.html b/404.html index ed303674..79d622c4 100644 --- a/404.html +++ b/404.html @@ -30,7 +30,7 @@ FreesearchR - 26.6.1 + 26.4.2 - - - - - -
-
-
- -
-

Library of supported functions. The list name and "descr" element should be -unique for each element on list.

  • fun: the plotting function

  • -
  • fun.args: default parameters for the plotting function

  • -
  • descr: Plot description

  • -
  • note: Short note/description of the function for displaying in ui and docs

  • -
  • primary.type: Primary variable data type (see data_type)

  • -
  • base: holds a list of parameters for plot input fields generation -Secondary and tertiary variable input fields are mandatory.

  • -
- -
-

Usage

-
available_plots()
-
- -
-

Value

-

list

-
- -
-

Examples

-
available_plots() |> str()
-#> Error in available_plots(): object 'i18n' not found
-
-
-
- - -
- - - - - - - diff --git a/reference/available_plots.md b/reference/available_plots.md deleted file mode 100644 index 1f91542c..00000000 --- a/reference/available_plots.md +++ /dev/null @@ -1,36 +0,0 @@ -# Implemented functions - -Library of supported functions. The list name and "descr" element should -be unique for each element on list. - -- fun: the plotting function - -- fun.args: default parameters for the plotting function - -- descr: Plot description - -- note: Short note/description of the function for displaying in ui and - docs - -- primary.type: Primary variable data type (see - [data_type](https://agdamsbo.github.io/FreesearchR/reference/data_type.md)) - -- base: holds a list of parameters for plot input fields generation - Secondary and tertiary variable input fields are mandatory. - -## Usage - -``` r -available_plots() -``` - -## Value - -list - -## Examples - -``` r -available_plots() |> str() -#> Error in available_plots(): object 'i18n' not found -``` diff --git a/reference/baseline_table.html b/reference/baseline_table.html index aa2b6d46..031bde51 100644 --- a/reference/baseline_table.html +++ b/reference/baseline_table.html @@ -7,7 +7,7 @@ FreesearchR - 26.6.1 + 26.4.2 - - - - - -
-
-
- -
-

Get the function parameters based on the selected function description

-
- -
-

Usage

-
get_input_params(data)
-
- -
-

Arguments

- - -
data
-

vector

- -
-
-

Value

-

list

-
- -
-

Examples

-
ls <- mtcars |>
-  default_parsing() |>
-  dplyr::pull(mpg) |>
-  possible_plots() |>
-  (\(.x){
-    .x[[1]]
-  })() |>
-  get_input_params()
-#> Error in available_plots(): object 'i18n' not found
-
-
-
- - -
- - - - - - - diff --git a/reference/get_input_params.md b/reference/get_input_params.md deleted file mode 100644 index 16723c37..00000000 --- a/reference/get_input_params.md +++ /dev/null @@ -1,33 +0,0 @@ -# Get the function parameters based on the selected function description - -Get the function parameters based on the selected function description - -## Usage - -``` r -get_input_params(data) -``` - -## Arguments - -- data: - - vector - -## Value - -list - -## Examples - -``` r -ls <- mtcars |> - default_parsing() |> - dplyr::pull(mpg) |> - possible_plots() |> - (\(.x){ - .x[[1]] - })() |> - get_input_params() -#> Error in available_plots(): object 'i18n' not found -``` diff --git a/reference/get_label.html b/reference/get_label.html index 86daaf62..4fabefe9 100644 --- a/reference/get_label.html +++ b/reference/get_label.html @@ -7,7 +7,7 @@ FreesearchR - 26.6.1 + 26.4.2 - - - - - -
-
-
- -
-

Wrapper for columnSelectInput

-
- -
-

Usage

-
selectPlotVariables(data, exclude = NULL, allow_none = TRUE, var_types, ...)
-
- - -
- - -
- - - - - - - diff --git a/reference/selectPlotVariables.md b/reference/selectPlotVariables.md deleted file mode 100644 index 13b70b74..00000000 --- a/reference/selectPlotVariables.md +++ /dev/null @@ -1,9 +0,0 @@ -# Wrapper for columnSelectInput - -Wrapper for columnSelectInput - -## Usage - -``` r -selectPlotVariables(data, exclude = NULL, allow_none = TRUE, var_types, ...) -``` diff --git a/reference/separate_string.html b/reference/separate_string.html index 5b747743..ecee51ce 100644 --- a/reference/separate_string.html +++ b/reference/separate_string.html @@ -7,7 +7,7 @@ FreesearchR - 26.6.1 + 26.4.2