clean_path | R Documentation |
Given pathways stored as text, cleans and preps them to be converted to a network
clean_path(path, join = "+", cause = c(">", "="), sep = c(";"))
path |
a character vector describing relationships between concepts |
join |
a character vector that indicates two concepts are both affected similarly |
cause |
a character vector that indicates implied causal relationships |
sep |
a character vector that separates different pathways in the same text |
a character vector the same length as the input path with standardized format
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.