pipe_merge_statements | R Documentation |
Merge statements into links
pipe_merge_statements(graf)
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.' |
A mapfile in which columns from the statements table are merged into the links table.
cashTransferMap %>% pipe_merge_statements() %>% pipe_find_links(field="text",value="women",operator="contains")
cashTransferMap %>% pipe_find_statements(field="text",value="women",operator="contains")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.