R/dev-messy.R

Defines functions messy_merge

#' @title Messy Merging
#' @description Finds matching column names between multiple datasets
#' @param data list of objects of either type `dataframe` or `tibble` that should be cleaned/merged together
#' @noRd
messy_merge <- function(data) {
	# Return
	return(0)
}

Try the card package in your browser

Any scripts or data that you put into this service are public.

card documentation built on Sept. 3, 2020, 9:07 a.m.