We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cdd6ef commit 9ff0625Copy full SHA for 9ff0625
tools/70-touchstone-gen.R
@@ -26,7 +26,7 @@ body <- function(sf, test, n) glue::glue('benchmark_run(
26
region <- as_duckplyr_df(region)
27
supplier <- as_duckplyr_df(supplier)
28
}},
29
- `{sf}_tpch_{test}` = collect(duckplyr:::tpch_', test, '()),
+ `{sf}_tpch_{test}` = collect(duckplyr:::tpch_{test}()),
30
n = {n}
31
)\n\n')
32
0 commit comments