Skip to contents

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

Usage

# S3 method for 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.