# List all options in zephyr
x <- list_options(.envir = "zephyr")
print(x)
str(x)
# Create @params tag entries for each option
list_options(as = "params", .envir = "zephyr") |>
cat()
# List options in markdown format
list_options(as = "markdown", .envir = "zephyr") |>
cat()
Run the code above in your browser using DataLab