apa.merge: Generic method to merge two vectors and create a header

Description Usage Arguments Value Examples

View source: R/apaMergeData.R

Description

Generic method to merge two vectors and create a header

Usage

1
apa.merge(a = NULL, b = NULL, header = NULL)

Arguments

a

Values in the first column.

b

Values in the second column.

header

Vector with both column names.

Value

apa.merge object; a list consisting of

succes

message in case of an error

data

the merged data

header

the header for the merged data

Examples

1
2
# Use apa.merge function
apa.merge(a = rnorm(100, mean = 0, sd = 1), b = rnorm(100, mean = 0, sd = 1), header = c("M", "SD"))

apaStyle documentation built on May 30, 2017, 4:25 a.m.

Related to apa.merge in apaStyle...