add_nacolumn: Filling missed columns with NAs

View source: R/internal.R

add_nacolumnR 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.


kamapu/taxlist documentation built on Feb. 17, 2024, 8:27 a.m.