View source: R/siif_recursos.R
rpw_siif_ppto_rec | R Documentation |
Returns a cleaned tibble version of SIIF's report. Also, a csv and sqlite file could be exported.
rpw_siif_ppto_rec( path = NULL, write_csv = FALSE, write_sqlite = FALSE, overwrite_sql = FALSE )
path |
a character vector of full path names. If more than one path is assigned, a dataframe that combine all of them will be return. |
write_csv |
logical. Should a csv file be generated? |
write_sqlite |
logical. Should a sqlite file be generated? |
overwrite_sql |
logical. Should the sql table be overwritten? Default set to FALSE meaning that the table would be appended. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.