Learn R Programming

taxlist (version 0.3.0)

add_nacolumn: 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)

Value

A data.frame.

Arguments

x

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

y

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