combine_vectors: Title Combine vectors or table columns while keeping all...

View source: R/columns_manage.R

combine_vectorsR Documentation

Title Combine vectors or table columns while keeping all values.

Description

Title Combine vectors or table columns while keeping all values.

Usage

combine_vectors(l, r, case = NULL)

Arguments

l

left hand side column

r

right hand side column

case

Default of NULL does not formatting. Options upper, lower or title format data before combining.

Value

returns vector of data combined by position

Examples

# columns_combine(df$unique_id, df$forename)


DHatziioanou/simpleepi documentation built on Sept. 24, 2024, 5:25 a.m.