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,33 @@
# 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
```