Description Usage Arguments Value Examples
View source: R/psql_adiciona_carf.R
Esta função primeiramente cria uma tabela a partir das colunas do tibble. Depois disso, adiciona um chave primária, Depois, insere as linhas da base, depois cria um índice invertido a partir da coluna julgados, chamado document_tokens baseado no algo GIN.
1 | psql_adiciona_carf(con = NULL, tbl = NULL, data = NULL)
|
con |
conexão |
tbl |
tabela |
data |
base a ser escrita. |
returns NULL if everything went well
1 2 3 4 5 | ## Not run:
con <- dbx::dbxConnect()
psql_adiciona_carf(con, "julgados", df)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.