collect_with_index | R Documentation |
Dá collect numa query usando índices
collect_with_index(
x,
table_names = NULL,
index_names = NULL,
print_query = FALSE
)
x |
Uma query usando o dbplyr |
table_names |
Um vetor com o nome das tabelas usadas na query |
index_names |
Um vetor com o nome dos índices a serem usados em cada tabela do vetor anterior |
print_query |
Se TRUE, printa a query com o índice |
O collect da query
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.