Learn R Programming

ambiorix (version 2.1.0)

as_path_to_pattern: Path to pattern

Description

identify a function as a path to pattern function; a function that accepts a path and returns a matching pattern.

Usage

as_path_to_pattern(path)

Arguments

path

A function that accepts a character vector of length 1 and returns another character vector of length 1.