Profiles tables and dataframes (collecting statistics and informative summaries about that data): max, min, avg, sd, nulls, distinct values, data patterns, data/format frequencies.
runProfile(conn.info, schema = NULL, table, is.parallel = TRUE,
count.nodes, query.filter = NA, format.show.percentage = 0.03)Connection info created with prepareConnection
Table schema
Table name
Boolean that indicates if profile will run in parallel. Default TRUE.
Number of nodes used when is.parallel = TRUE
Filter applied to the table, when profilling
Threshold considered when showing formats percentages
profile results for the table/dataframe