Deploying to gh-pages from @ agdamsbo/FreesearchR@e8307d3a2e 🚀

This commit is contained in:
agdamsbo 2026-06-01 07:45:41 +00:00
commit 6087f061bf
186 changed files with 782 additions and 364 deletions

View file

@ -0,0 +1,36 @@
# 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
```