Learn R Programming

validata (version 0.1.0)

determine_mapping: Determine pairwise structural mappings

Description

Determine pairwise structural mappings

Usage

determine_mapping(df, ..., listviewer = TRUE)

Arguments

df

a data frame

...

columns or a tidyselect specification

listviewer

logical. defaults to TRUE to view output using the listviewer package

Value

description of mappings

Examples

Run this code
# NOT RUN {
iris %>%
determine_mapping(listviewer = FALSE)
# }

Run the code above in your browser using DataLab