runProfile: Profile all columns from ODBC table or dataframe

Description Usage Arguments Value

View source: R/runProfile.R

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

1
2
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 prepareConnection

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


datrProfile documentation built on Aug. 2, 2019, 5:05 p.m.