conflictsToCharacter: Used in bind_rows2

Description Usage Arguments

Description

Converts conflicted column types to character columns and rbinds the result. If one data.frame is missing columns, they are created and populated by NA's.

Usage

1
conflictsToCharacter(df1, df2, addMissing = TRUE, verbose = FALSE)

Arguments

df1

data.frame (or similar) to combine

df2

data.frame (or similar) to combine

addMissing

Add columns to result if they are missing in either df1 or df2?

verbose

Include messages about conversions?


markwh/markstats documentation built on May 21, 2019, 12:26 p.m.