Description Usage Arguments Value Examples
get merging infos returns some usefull information of a set of tables. Could be usefull before a merging process.
1 | get.merging.infos(table.names = ls())
|
table.names |
vector of table names |
data frame with merging informations for all given tables
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.