orm_ranking: Generate priority reading ranking

View source: R/orm_bridge.R

orm_rankingR Documentation

Generate priority reading ranking

Description

orm_ranking() produces a priority reading list for occupational health practitioners, ranking articles by their combined relevance score (bridge score + ASS score + number of risk categories detected).

Articles at the top of the list are those most likely to contain actionable preventive information and should be read first in full.

Usage

orm_ranking(
  mx,
  top_n = 20L,
  out_dir = NULL,
  lang = getOption("orisma.lang", "en")
)

Arguments

mx

An orisma_matrix object after running orm_bridge() and optionally orm_ass().

top_n

Integer. Number of top articles to return. Default 20.

out_dir

Character or NULL. Directory to save the ranking CSV.

lang

Character. "en" or "es".

Value

A data frame with the top_n priority articles.


orisma documentation built on May 19, 2026, 1:07 a.m.