Nothing
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 = ))
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.