Learn R Programming

putior (version 0.1.0)

get_diagram_themes: Get available themes for put_diagram

Description

Returns information about available color themes for workflow diagrams.

Usage

get_diagram_themes()

Arguments

Value

Named list describing available themes

Examples

Run this code
# 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