Description Usage Arguments Value Examples
View source: R/psql_carf_tokenize.R
Cria um index a partir dos julgados
1 | psql_carf_tokenize(con, tbl)
|
con |
conexão |
tbl |
tabela |
Nenhum objeto R é retornado
1 2 3 4 5 6 7 | ## Not run:
library(carf)
con <- dbx::dbxConnect()
dplyr::copy_to(con, "julgados", df)
psql_carf_tokenize(con, "julgados")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.