profileColumn {datrProfile} | R Documentation |
profileColumn
profileColumn(conn.info, schema, table, column, column.datatype,
query.filter, limit.freq.values = 30, format.show.percentage)
conn.info |
Connection info created with |
schema |
Table schema |
table |
Table name |
column |
Column being profiled |
column.datatype |
Column datatype |
query.filter |
Filter applied before profile the column |
limit.freq.values |
Distinct values shown in frequency data frame |
format.show.percentage |
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)