combine_lists: combine_lists

View source: R/combine_lists.R

combine_listsR Documentation

combine_lists

Description

This function assembles 2 lists into a single list. When elements from both lists have the same name, the values from the primary list will be retained.

Usage

combine_lists(primary = NULL, ancilliary = NULL, quietly = FALSE)

Arguments

primary

default is NULL

ancilliary

default is NULL

quietly

default is FALSE. By default, this function will indicate the names and values of duplicated (i.e. ancilliary) list elements that will be dropped

Value

list of all of the arguments

Author(s)

Mike McMahon, Mike.McMahon@dfo-mpo.gc.ca

See Also

Other general_use: DDMMSS_to_DD(), DDMMx_to_DD(), aggregator(), clip_by_poly(), df_qc_spatial(), df_sf_to_gpkg(), df_to_sf(), drop_cols(), prepare_shape_fields(), subset_by_time(), updateCheck()


Maritimes/Mar.utils documentation built on Feb. 12, 2024, 11:38 p.m.