flux (version 0.3-0)

append.df: 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

Value

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.

Examples

Run this code
## add later

Run the code above in your browser using DataCamp Workspace