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

(data.frame) The data frame to be compared.

y

(data.frame) The data frame used as reference.

Value

A data.frame.


[Package taxlist version 0.2.4 Index]