df.merge: Recursively Merging Data from a List

Description Usage Arguments Author(s) Examples

Description

This function recursively merges data frames in a list into a multivariate dataset. The function automatically detects error in the merging process and reports where the error occurs.

Usage

1
df.merge(df.list=NULL)

Arguments

df.list

a list that contains data frames to be merged. Those data frames should share one and only one identical column.

Author(s)

Zehua Wu

Examples

1
2
3
dir="~/Documents/Mydata"
dfs<-load.data(path=dir, pattern=NULL, merge=FALSE)
data.merged<-df.merge(dfs)

google-trends-v1/gtm documentation built on June 5, 2019, 5:13 p.m.