View source: R/orm_relevance_guard.R
| orm_relevance_guard | R Documentation |
Adds a relevance-control layer before ORISMA analysis. The function identifies whether each record is relevant to the target topic, whether it contains an occupational context, whether it is likely to be biomedical or clinical noise, and whether it should be excluded from the main occupational analysis.
orm_relevance_guard(
data,
topic = NULL,
topic_regex = NULL,
occupational_regex = NULL,
noise_regex = NULL,
title_col = NULL,
abstract_col = NULL,
keywords_col = NULL,
mode = c("conservative", "flag", "strict")
)
data |
A data frame of bibliographic records. |
topic |
Optional topic label used to derive a topic-specific regular expression. |
topic_regex |
Optional regular expression defining the target technology/topic. |
occupational_regex |
Optional regular expression defining occupational relevance. |
noise_regex |
Optional regular expression defining likely off-topic biomedical/clinical noise. |
title_col |
Optional title column name. If |
abstract_col |
Optional abstract column name. If |
keywords_col |
Optional keywords column name. If |
mode |
Relevance filtering mode. |
The input data frame with additional relevance-control columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.