| merge_varlabels | R Documentation | 
Merges variable labels from two data objects. The labels from dat1 takes precedence.
merge_varlabels(dat1, dat2, new_names = union(names(dat1), names(dat2)))
dat1 | 
 surveydata object  | 
dat2 | 
 surveydata object  | 
new_names | 
 A vector with names of the merged varlabels. Defaults to the union of names of dat1 and dat2  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.