str_plus: String concatenation

str_plusR Documentation

String concatenation

Description

%paste% is for standard string concatenation. %slash% is for concatenating file paths.

Usage

a %paste% b

a %++% b

## Default S3 method:
a %paste% b

## S3 method for class 'character'
a %paste% b

a %slash% b

a %//% b

## Default S3 method:
a %slash% b

## S3 method for class 'character'
a %slash% b

Arguments

a

string a

b

string b


adamleejohnson/R-ajtools documentation built on April 4, 2022, 7:24 a.m.