Skip to contents

Create a relationship for C4 diagrams

Usage

c4_rel(from, to, label = "", technology = "")

Arguments

from

Source element ID

to

Target element ID

label

Description of the relationship

technology

Optional technology used for the relationship

Value

A list representing a relationship

Examples

rel <- c4_rel("user", "system", "Uses", "HTTPS")