profileColumn {datrProfile} | R Documentation |
profileColumn
Description
profileColumn
Usage
profileColumn(conn.info, schema, table, column, column.datatype,
query.filter, limit.freq.values = 30, format.show.percentage)
Arguments
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 |
Value
columnProfile <- list(column, count.total, count.distinct, perc.distinct, count.null, perc.null, min.value, max.value, column.freq, format.freq = format.freq)
[Package datrProfile version 0.1.0 Index]