append.df: Append a data.frame to another including consistency checks

View source: R/append.df.R

append.dfR Documentation

Append a data.frame to another including consistency checks

Description

Often ghg concentration data come in chunks. This function provides a wrapper for appending data.

Usage

append.df(orig, add)

Arguments

orig

A data.frame

add

Another data.frame

Details

The two data.frames are appended based on common columns. A warning is issued if some column names do not match. New columns are silently added.

Value

Data.frame

Author(s)

Gerald Jurasinski <gerald.jurasinski@uni-rostock.de>

Examples

## add later

flux documentation built on June 26, 2022, 9:05 a.m.