| launch_screening_app | R Documentation |
Opens a browser-based UI that walks the reviewer through the records
at or above the SAFE stop point. Each record is presented with title,
abstract, LLM ensemble score, and the per-criterion justifications.
Decisions are appended to out_file after every click so that a browser
crash never loses more than one decision.
launch_screening_app(
plan,
ranked,
out_file = file.path(tempdir(), "screening_decisions.csv"),
launch_browser = interactive()
)
plan |
A |
ranked |
The full ranking (needed for the per-criterion justifications). |
out_file |
Path where decisions are written ( |
launch_browser |
Passed to |
Invisibly, the path to out_file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.