merge_entities | R Documentation |
This function combines custom and standard entity datasets, handling the case where one or both might be empty, and removes duplicates.
merge_entities(
custom_entities,
standard_entities,
primary_term,
primary_type = "disease",
verbose = TRUE
)
custom_entities |
Data frame of custom entities (can be NULL) |
standard_entities |
Data frame of standard entities (can be NULL) |
primary_term |
The primary term of interest |
primary_type |
The entity type of the primary term (default: "disease") |
verbose |
Logical; if TRUE, print status messages (default: TRUE) |
A data frame of combined entities
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.