print.merging.infos: PRINT MERGING INFOS

Description Usage Arguments Value Examples

Description

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

Usage

1
2
## S3 method for class 'merging.infos'
print(table.names = ls())

Arguments

table.names

vector of table names

Value

prints a data frame with merging informations for all given tables

Examples

1
2
3
4
(a<-data.frame(SGROUP="A2_02",DATE="2002-10-05",Sic="LI12345678"))
(b<-data.frame(GRUPPE="A3_02",DATUM="2002-10-05",PSEUDONYM="LI12345678"))
(c<-data.frame(GRP=c("A2_02","A2_03"),DATE=c("2002-10-05","2001-10-05"),EDAT=c("2001-10-04","2001-10-02"),PSEUDO=c("LI12345679","LI1234567X"),edat.new=c("2017.10-03","2017.10-01")))
print.merging.infos(c("a","b","c"))

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