Package 'prismaid'

Title: Open Science AI Tools for Systematic, Protocol-Based Literature Reviews
Description: prismAId uses generative AI models to extract data from scientific literature. It offers simple-to-use, efficient, and replicable methods for analyzing literature when conducting systematic reviews.
Authors: Riccardo Boero [aut, cre]
Maintainer: Riccardo Boero <[email protected]>
License: AGPL (>= 3)
Version: 0.6.0
Built: 2024-10-28 21:18:11 UTC
Source: https://github.com/open-and-sustainable/prismaid

Help Index


Run Review

Description

This function interfaces with a shared library to perform a review process on the input data.

Usage

RunReview(input_string)

Arguments

input_string

A string representing the input data.

Value

A string indicating the result of the review process.

Examples

RunReview("example input")