
Get the function options based on the selected function description
Source:R/data_plots.R
get_plot_options.Rd
Get the function options based on the selected function description
Examples
ls <- mtcars |>
default_parsing() |>
dplyr::pull(mpg) |>
possible_plots() |>
(\(.x){
.x[[1]]
})() |>
get_plot_options()