create_new_data {PreProcessRecordLinkage} | R Documentation |
First, after calling the two data sets, preliminary dat preprocessing is done using preproc
function. Then, according to its output, the user decides which variables should not be renamed. Then this function performs complementary data preprocessing such as sorting the names of the variables, matching the gender variable with different formats, etc. and produces two new data frames.
create_new_data(d1, d2, chz = "NULL")
d1 |
A data frame. |
d2 |
A data frame. |
chz |
the number of the name of the variable that the user does not want to change based on the output of the |
Two data frames.
Hossein Hassani and and Leila Marvian Mashhad.
d1 = RLdata500
d2 = RLdata10000
create_new_data(d1, d2)