powered by
Update Non-Null Parameters
update_params(params, updates)
list of parameters
list of new parameters
an updated list of parameters
# NOT RUN { my_params <- list(name = "Matt Foley") my_updates <- list(name = NULL, location = "a VAN down by the RIVER") new_params <- update_params(params = my_params, updates = my_updates) # }
Run the code above in your browser using DataLab