run_search: Search for terms in the dataset

View source: R/mx_search.R

run_searchR Documentation

Search for terms in the dataset

Description

Search for terms in the dataset

Usage

run_search(mx_data, query, fields, deduplicate, NOT = "")

Arguments

mx_data

The mx_dataset filtered for the date limits

query

Character string, vector or list

fields

Fields of the database to search - default is Title, Abstract, Authors, Category, and DOI.

deduplicate

Logical. Only return the most recent version of a record. Default is TRUE.

NOT

Vector of regular expressions to exclude from the search. Default is NULL.

See Also

Other main: mx_reporter(), mx_search(), print_full_results()


mcguinlu/medrxivr documentation built on Sept. 11, 2022, 9:25 p.m.