Learn R Programming

caugi (version 1.1.0)

build: Build the caugi graph

Description

Forces lazy compilation of the caugi graph without running a specific query. Useful to pre-initialize the graph.

Usage

build(cg)

Value

The input caugi object (invisibly), with its graph built.

Arguments

cg

A caugi object.

See Also

Other verbs: caugi_verbs

Examples

Run this code
cg <- caugi(A %-->% B, class = "DAG")
build(cg) # initialize graph without querying

Run the code above in your browser using DataLab