profileColumn
profileColumn(conn.info, schema, table, column, column.datatype,
query.filter, limit.freq.values = 30, format.show.percentage)Connection info created with prepareConnection
Table schema
Table name
Column being profiled
Column datatype
Filter applied before profile the column
Distinct values shown in frequency data frame
Threshold considered when showing formats' percentages
columnProfile <- list(column, count.total, count.distinct, perc.distinct, count.null, perc.null, min.value, max.value, column.freq, format.freq = format.freq)