View source: R/orm_run_guarded.R
| orm_run_guarded | R Documentation |
Runs ORISMA after applying orm_relevance_guard(). This is useful for
real-world bibliographic searches where broad database queries may retrieve
technically related but non-occupational or off-topic records.
orm_run_guarded(
refs,
topic = NULL,
exclude_non_relevant = TRUE,
min_records = 50,
topic_regex = NULL,
occupational_regex = NULL,
noise_regex = NULL,
mode = c("conservative", "flag", "strict"),
...
)
refs |
A data frame of references, usually produced by |
topic |
Topic label passed to |
exclude_non_relevant |
Logical. If |
min_records |
Minimum number of records required after filtering. If the filter leaves fewer records, the function stops to avoid accidental over-filtering. |
topic_regex |
Optional topic regex. |
occupational_regex |
Optional occupational relevance regex. |
noise_regex |
Optional noise regex. |
mode |
Relevance filtering mode. |
... |
Additional arguments passed to |
An ORISMA result object with an added relevance_guard component.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.