Learn R Programming

pcutils (version 0.2.8)

update_param: Update the parameters

Description

Keep the different parameters while use the same name in update first.

Usage

update_param(default, update)

Value

same class of your input (data.frame, list or vector)

Arguments

default

default (data.frame, list, vector)

update

update (data.frame, list, vector)

Examples

Run this code
update_param(list(a = 1, b = 2), list(b = 5, c = 5))

Run the code above in your browser using DataLab