R/joinController.R
key_inspector_all_cols.Rd
Return all columns as guess at preferred primary keys.
key_inspector_all_cols(handle)
data handle
map of keys to keys
tableDescription
d <- data.frame(x=1:3, y=NA) key_inspector_all_cols(d) #> x y #> "x" "y"