| read_records | R Documentation |
Accepts a data frame directly, or a path to a CSV, TSV, RIS, BibTeX, or
Excel file. Returns a tibble with the columns screenllm expects:
id, title, abstract, plus any additional bibliographic columns
the input carries.
read_records(source, id_column = NULL)
source |
Either a data frame with (at minimum) columns
|
id_column |
Optional name of an existing column to use as the record
id. If |
A tibble with columns id, title, abstract, plus any extras.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.