drill_uplift: Turn columnar query results into a type-converted tbl

Description Usage Arguments Details References

View source: R/query.r

Description

If you know the result of drill_query() will be a data frame, then you can pipe it to this function to pull out rows and automatically type-convert it.

Usage

1
drill_uplift(query_result)

Arguments

query_result

the result of a call to drill_query()

Details

Not really intended to be called directly, but useful if you accidentally ran drill_query() without uplift=TRUE but want to then convert the structure.

References

Drill documentation


sergeant documentation built on Nov. 30, 2021, 1:06 a.m.