orm_extraction_matrix: Generate a guided extraction matrix for manual review

View source: R/orm_extraction_matrix.R

orm_extraction_matrixR Documentation

Generate a guided extraction matrix for manual review

Description

orm_extraction_matrix() generates a structured extraction template pre-filled with automatically extracted information. The practitioner completes the remaining fields using the full PDF.

Articles are selected and ranked by combined bridge score + ASS score. The matrix contains auto-filled bibliographic data, ORISMA scores, detected technology and risk categories, and empty fields for manual completion with full-text PDFs.

Usage

orm_extraction_matrix(
  mx,
  result,
  top_n = 30L,
  min_bridge_score = 2L,
  out_dir = "orisma_output",
  lang = getOption("orisma.lang", "en"),
  verbose = getOption("orisma.verbose", TRUE)
)

Arguments

mx

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

result

An orisma_result object from orm_run().

top_n

Integer. Max articles to include. Default 30.

min_bridge_score

Integer. Min bridge score. Default 2.

out_dir

Character. Output directory.

lang

Character. "en" or "es".

verbose

Logical.

Value

Invisibly returns the path to the saved CSV.


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