show_query.tbl_validation: Show generated sql code

View source: R/show_query.R

show_query.tbl_validationR Documentation

Show generated sql code

Description

Shows the generated sql code for the validation of the tbl.

Usage

## S3 method for class 'tbl_validation'
show_query(x, ..., sparse = x$sparse)

Arguments

x

tbl_validation() object, result of a confront.tbl_sql().

...

passed through.

sparse

logical if FALSE the query will be a dense query.

Value

Same result as dplyr::show_query, i.e. the SQL text of the query.


data-cleaning/validatedb documentation built on June 11, 2022, 4:33 p.m.