Learn R Programming

medrxivr (version 0.1.1)

fix_caps: Allow for capitalisation of search terms

Description

Allow for capitalisation of search terms

Usage

fix_caps(x)

Value

The same list or vector search terms, but with proper regular expression syntax to allow for capitalisation of the first letter of each term.

Arguments

x

Search query to be formatted. Note, any search term already containing a square bracket will not be reformatted to preserve user-defined regexes.