ez.ppq: ppq

View source: R/frame.R

ez.ppqR Documentation

ppq

Description

Pin Pin Qi, input (named) vectors of different length and output a data frame with NA appended to the same length

Usage

ez.ppq(...)

Arguments

...

internal for list(...), see example

Value

returns a data frame

Examples

ez.ppq(a=1:4,b=2:4)
# a  b
# 1  2
# 2  3
# 3  4
# 4 NA

jerryzhujian9/zmisc documentation built on March 9, 2024, 12:49 a.m.