R/merge.R
merge.Rd
The base R merge will merge data but not all of the attributes. This function also merges the variable.labels attribute.
# S3 method for class 'surveydata' merge(x, y, ...)
surveydata object
Other parameters passed to merge()
merge()