powered by
Common Infix Operators
paste0
Concatenate Strings (see ?"%+%").
?"%+%"
file.path
Construct Path to File (see ?"%//%").
?"%//%"
nomatch
Value (non) Matching (see ?"%!in%").
?"%!in%"
nil
Default value for NULL (see ?"%||%").
NULL
?"%||%"