profileColumnFormat {datrProfile} | R Documentation |
profileColumnFormat
Description
Profiles column based on its format, using masking strategy. X = char, 9 = digit, S = symbol
Usage
profileColumnFormat(conn.info, column, column.datatype, schema, table,
count.total, query.filter, format.show.percentage)
Arguments
conn.info |
Connection info created with |
column |
Column name that will be profiled |
column.datatype |
Column datatipe |
schema |
Table schema |
table |
Table name |
count.total |
Number of rows to be profiled |
query.filter |
Filter applied to the table, when profilling |
format.show.percentage |
Threshold considered when showing formats' percentages |
Value
Data Frame containing columns' metadata
[Package datrProfile version 0.1.0 Index]