powered by
Returns information about available color themes for workflow diagrams.
get_diagram_themes()
Named list describing available themes
# See available themes get_diagram_themes() if (FALSE) { # Use a specific theme (requires actual workflow data) workflow <- put("./src") put_diagram(workflow, theme = "github") }
Run the code above in your browser using DataLab