adjust_columns: Add Columns of a Dataframe Based on Another Dataframe

Description Usage Arguments Author(s)

Description

Compare column names of one dataframe to column names of the template dataframe. After that, add missing columns and fill them with NA values.

Usage

1
adjust_columns(df_to_adjust = NULL, df_template = NULL)

Arguments

df_to_adjust

dataframe to be adjusted.

df_template

dataframe to be used as a template.

Author(s)

Ivan Grishagin


grishagin/RIGbiopax documentation built on May 24, 2019, 1:33 a.m.