append.df {flux} | R 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
[Package flux version 0.3-0.1 Index]