runProfile {datrProfile} | R Documentation |
Profile all columns from ODBC table or dataframe
Description
Profiles tables and dataframes (collecting statistics and informative summaries about that data): max, min, avg, sd, nulls, distinct values, data patterns, data/format frequencies.
Usage
runProfile(conn.info, schema = NULL, table, is.parallel = TRUE,
count.nodes, query.filter = NA, format.show.percentage = 0.03)
Arguments
conn.info |
Connection info created with |
schema |
Table schema |
table |
Table name |
is.parallel |
Boolean that indicates if profile will run in parallel. Default TRUE. |
count.nodes |
Number of nodes used when is.parallel = TRUE |
query.filter |
Filter applied to the table, when profilling |
format.show.percentage |
Threshold considered when showing formats percentages |
Value
profile results for the table/dataframe
[Package datrProfile version 0.1.0 Index]