Skip to contents

Create a container element for C4 diagrams

Usage

c4_container(id, label = id, description = "", technology = "")

Arguments

id

Unique identifier for the container

label

Display label for the container

description

Optional description of the container

technology

Optional technology information

Value

A list representing a container element

Examples

db <- c4_container("db", "Database", "Stores user data", "PostgreSQL")