load_toy_cbfm_criteria: Load the ready-made criteria for the toy CBFM corpus

View source: R/criteria.R

load_toy_cbfm_criteriaR Documentation

Load the ready-made criteria for the toy CBFM corpus

Description

Reads inst/extdata/toy_cbfm_criteria.R (which mirrors the CBFM entry of the screening criteria used in Spillias et al. 2024, Cell Reports Sustainability) and returns a screenllm_criteria object ready to feed into rank_records().

Usage

load_toy_cbfm_criteria()

Details

Kept as a file the user can inspect / edit rather than hard-coding the criteria in the package, so a colleague can iterate on the demo criteria without touching R source.

Value

A screenllm_criteria object.

Examples

criteria <- load_toy_cbfm_criteria()
criteria$scope
criteria$inclusions

screenllm documentation built on Sept. 24, 2026, 5:11 p.m.