# NOT RUN {
# select nothing
EpiNow2:::match_output_arguments(supported_args = c("fit", "plots", "samples"))
# select just plots
EpiNow2:::match_output_arguments("plots", supported_args = c("fit", "plots", "samples"))
# select plots and samples
EpiNow2:::match_output_arguments(c("plots", "samples"),
supported_args = c("fit", "plots", "samples"))
# lazily select arguments
EpiNow2:::match_output_arguments("p",
supported_args = c("fit", "plots", "samples"))
# }
Run the code above in your browser using DataLab