Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

strvalidator (version 1.5.2)

combine_gui: Combine Datasets

Description

GUI for combining two datasets.

Usage

combine_gui(env = parent.frame(), debug = FALSE, parent = NULL)

Arguments

env
environment in wich to search for data frames.
debug
logical indicating printing debug information.
parent
widget to get focus when finished.

Value

  • TRUE

Details

Simple GUI to combine two datasets using the rbind function. NB! Datasets must have identical column names.