-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
26 lines (26 loc) · 1.01 KB
/
DESCRIPTION
File metadata and controls
26 lines (26 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Package: DataFindR
Title: Automated Study Assessment and Data Extraction using Large Language Models (LLMs)
Version: 0.0.0.9000
Authors@R:
person("Anders Hagen", "Jarmund", , "anders.h.jarmund@ntnu.no", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3923-1637"))
Description: Provides functions to automate the process of study relevance assessment and data extraction from research papers using Large Language Models (LLMs). Key features include fetching metadata, assessing studies based on title/abstract against user-defined criteria, extracting structured data from full-text documents, and caching results to optimize workflows. It is designed to integrate with the 'metawoRld' package for systematic review and meta-analysis projects.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
fs,
glue,
httr2,
jsonlite,
metawoRld,
rentrez (>= 1.2.3),
rlang,
shiny,
dplyr,
ellmer
Remotes:
andjar/metawoRld
Suggests:
rclipboard