]> git.proxmox.com Git - ceph.git/blob - ceph/src/arrow/r/man/get_stringr_pattern_options.Rd
import quincy 17.2.0
[ceph.git] / ceph / src / arrow / r / man / get_stringr_pattern_options.Rd
1 % Generated by roxygen2: do not edit by hand
2 % Please edit documentation in R/dplyr-functions.R
3 \name{get_stringr_pattern_options}
4 \alias{get_stringr_pattern_options}
5 \title{Get \code{stringr} pattern options}
6 \usage{
7 get_stringr_pattern_options(pattern)
8 }
9 \arguments{
10 \item{pattern}{Unevaluated expression containing a call to a \code{stringr}
11 pattern modifier function}
12 }
13 \value{
14 List containing elements \code{pattern}, \code{fixed}, and \code{ignore_case}
15 }
16 \description{
17 This function assigns definitions for the \code{stringr} pattern modifier
18 functions (\code{fixed()}, \code{regex()}, etc.) inside itself, and uses them to
19 evaluate the quoted expression \code{pattern}, returning a list that is used
20 to control pattern matching behavior in internal \code{arrow} functions.
21 }
22 \keyword{internal}