Wrapper around modifyList to allow expanding a data.frame by modifying only a single column.

modify_df(input, base)

Arguments

input

Named list or data.frame containing columns to replace in base

base

Reference object to modify

Value

Modified data.frame