iterative_merge: iterative_merge

Description Usage Arguments Details Value Note Author(s)

View source: R/pull&push.R

Description

Merge a list of datasets

Usage

1
iterative_merge(dfs_list, key, unify_id = FALSE, keep = NULL, ...)

Arguments

dfs_list

list of datasets

key

join IDs

unify_id

argument that indicates if the same ID has a different name in each table

keep

argument that indicates if you want to get .x variables or .y variables

...

additional parameters of merge

Details

This function allows you to make any type of merge of different datasets withing a list unifying the ID variable and cleaning duplicated variables.

Value

"This function returns a merged dataset of all datasets from dfs_list with different results based on keep argument:"

Note

Author(s)

Eduardo Trujillo


1Edtrujillo1/udeploy documentation built on July 13, 2021, 9:12 p.m.