inst/scratch/create_calls.R

args <- list(x = "Sample Size", y = NULL)
labs_call <- eval(rlang::call2("labs", !!!args, .ns = "ggplot2"))

rlang::call_modify(
  rlang::call2("labs", !!!args, .ns = "ggplot2"),
  alpha = "hello"
)

ggplot() +
  labs_call



call("labs", list(x = "Sample Size", y = NULL), alpha = "hello", quote(color = ))

Try the ordinalsimr package in your browser

Any scripts or data that you put into this service are public.

ordinalsimr documentation built on June 25, 2025, 5:11 p.m.