Learn R Programming

strvalidator (version 1.3.0)

combine_gui: Combine two datasets

Description

combine_gui is a GUI for combining two datasets.

Usage

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

Arguments

env
environment in wich to search for data frames.
debug
logical indicating printing debug information.

Value

  • TRUE

Details

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