mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
new renders
This commit is contained in:
parent
5ca751d3ea
commit
ab3df0eda6
22 changed files with 97 additions and 38 deletions
27
man/get_input_params.Rd
Normal file
27
man/get_input_params.Rd
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/plot-helpers.R
|
||||
\name{get_input_params}
|
||||
\alias{get_input_params}
|
||||
\title{Get the function parameters based on the selected function description}
|
||||
\usage{
|
||||
get_input_params(data)
|
||||
}
|
||||
\arguments{
|
||||
\item{data}{vector}
|
||||
}
|
||||
\value{
|
||||
list
|
||||
}
|
||||
\description{
|
||||
Get the function parameters based on the selected function description
|
||||
}
|
||||
\examples{
|
||||
ls <- mtcars |>
|
||||
default_parsing() |>
|
||||
dplyr::pull(mpg) |>
|
||||
possible_plots() |>
|
||||
(\(.x){
|
||||
.x[[1]]
|
||||
})() |>
|
||||
get_input_params()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue