Usage
    pipe_recalculate_all(graf)
 
     
    
    Arguments
    - graf
 
A mapfile representing a causal map.
A mapfile is a tidygraph, which consists of a table of edges linked to a table of nodes,
with an optional additional table of statements.
In this package, nodes are called `factors` and edges are called `links.`
 
 
    
    Value
    A mapfile with a additional columns.
     
    
    Examples
    ## PROBABLY DON'T NEED THESE NOW