Skip to contents

Get the mapping of transformed columns back to original

Usage

original_field_names(data, inverse = TRUE)

Arguments

data

the transformed data set.

inverse

give the data as a old -> new mapping for finding normalised names of original columns. if false gives it as new->old for finding original names of normalised columns

Value

a named list mapping original to new columns