add_nacolumn {taxlist} | R Documentation |
Filling missed columns with NAs
Description
If columns of y
are missed in x
, the later gets these columns filled with
NA
values.
Usage
add_nacolumn(x, y)
Arguments
x |
( |
y |
( |
Value
A data.frame
.
[Package taxlist version 0.2.4 Index]