Skip to contents

A base class for all caugi export formats. Provides common structure and behavior for different export formats (DOT, GraphML, etc.).

Usage

caugi_export(content = character(0), format = character(0))

Arguments

content

A character string containing the exported graph.

format

A character string indicating the export format.