powered by
caugi
Forces lazy compilation of the caugi graph without running a specific query. Useful to pre-initialize the graph.
build(cg)
The input caugi object (invisibly), with its graph built.
A caugi object.
Other verbs: caugi_verbs
caugi_verbs
cg <- caugi(A %-->% B, class = "DAG") build(cg) # initialize graph without querying
Run the code above in your browser using DataLab