View source: R/orm_extraction_matrix.R
| orm_extraction_matrix | R Documentation |
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.
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)
)
mx |
An |
result |
An |
top_n |
Integer. Max articles to include. Default |
min_bridge_score |
Integer. Min bridge score. Default |
out_dir |
Character. Output directory. |
lang |
Character. |
verbose |
Logical. |
Invisibly returns the path to the saved CSV.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.