Description Usage Arguments Value Examples
View source: R/psql_carf_query.R
PostgreSQL full-text search
1 2 3 |
con |
connection |
tbl |
table |
query |
words to be searched. Separate by "&" (AND), "|" (OR), or "<->" (FOLLOWED BY) to search for more than one word. |
assuntos |
Vetor de assuntos |
contribuintes |
vetor de contribuintes |
acordaos |
vetor de acórdãos |
processos |
vetor de processos |
start |
start date in the format "yyyy-mm-dd" |
end |
end date in the format "yyyy-mm-dd" |
A data.frame with the cjpg decisions according to
1 2 3 4 5 | ## Not run:
dplyr::copy_to(con, "julgados", df)
df <- psql_carf_query(con, "julgados", "IRPF")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.