ch.rbind: A function to append a temporary dataframe to the end of...

View source: R/ch.rbind.r

ch.rbindR Documentation

A function to append a temporary dataframe to the end of another dataframe

Description

This function appends a temporary dataframe to the end of second dataframe. The second dataframe may already exist or may be null. It does not matter.

Usage

ch.rbind(df.a = NULL, df.tmp)

Arguments

df.a

the dataframe to be appended to or created from the temporary dataframe.

df.tmp

the temporary dataframe that is to be appended to the end of df.a.

Value

the new appended dataframe

Examples

ch.rbind (df.1, df.tmp)

ccpluncw/ccpl_R_chutils documentation built on Feb. 28, 2024, 1:17 a.m.