Learn R Programming

validatedb (version 0.1.4)

show_query.tbl_validation: Show generated sql code

Description

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

Usage

# S3 method for tbl_validation
show_query(x, ...)

Arguments

x
...

passed through.

Value

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