get.merging.infos: GET MERGING INFOS

Description Usage Arguments Value Examples

Description

get merging infos returns some usefull information of a set of tables. Could be usefull before a merging process.

Usage

1
get.merging.infos(table.names = ls())

Arguments

table.names

vector of table names

Value

data frame with merging informations for all given tables

Examples

1
2
3
4
5
6
7
(a<-data.frame(SGROUP="A2_02",DATE="200-10-05",Sic="LI12345678"))
(b<-data.frame(GRUPPE="A3_02",DATUM="200-10-05",PSEUDONYM="LI12345678"))
(c<-data.frame(GRP="A2_02",DATE="2001-10-05",EDAT="2001-10-04",PSEUDO="LI12345679",edat.new="2017-10-03"))
(infos<-get.merging.infos(c("a","b","c")))
infos$SIC
infos$SCI_GROUP
infos$DATE

TPeschel/hlpr4life documentation built on May 9, 2019, 2:25 p.m.