combine_data_frames: Combine data frames

View source: R/combine_data_frame.R

combine_data_framesR Documentation

Combine data frames

Description

Combine data frames (rows and columns) and keep dic information.

Usage

combine_data_frames(...)

Arguments

...

data frames with dic information

Details

This function is useful when you want to join several data frames that contain dic information into one data frame. When a variable that is entailed in both data frames has dic information, the resulting data frame will keep the dic information of the data frame that is first listed as an argument.

Value

A combined data frame with all rows and columns from the provided data frames.


jazznbass/scaledic documentation built on July 19, 2023, 12:50 a.m.