format_keywords: Format Keyword Elements

View source: R/accessory_functions.R

format_keywordsR Documentation

Format Keyword Elements

Description

Prepares keyword element vector, converting wildcards to Regex syntax. Wildcards include '?' for any single character and '*' for any number of characters including zero.

Usage

format_keywords(keyword_elements)

Arguments

keyword_elements

Keywords.

Value

Formatted keywords.


simon-hans/CEDARS documentation built on Feb. 14, 2024, 3:16 a.m.