Description Usage Arguments Details Value
FUNCTION_DESCRIPTION
FUNCTION_DESCRIPTION
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | remap_fillcolor_by_concept_class(
omop_graph,
fillcolor_from = concept_class_id,
fillcolor_map = node_color_map$concept_class_id %>% purrr::set_names(NULL) %>%
unlist(),
fillcolor_map_other = "gray20"
)
remap_fillcolor_by_invalid_reason(
complete_omop_graph,
fillcolor_from = invalid_reason,
fillcolor_map = unlist(node_color_map$invalid_reason),
fillcolor_map_other = "gray20"
)
|
omop_graph |
PARAM_DESCRIPTION |
complete_omop_graph |
PARAM_DESCRIPTION |
DETAILS
DETAILS
OUTPUT_DESCRIPTION
OUTPUT_DESCRIPTION
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.