rpw_sgf_resumen_rend_prov: Read, process and write SGF's Resumen de Rendiciones por...

View source: R/sgf.R

rpw_sgf_resumen_rend_provR Documentation

Read, process and write SGF's Resumen de Rendiciones por proveedor report

Description

Returns a cleaned tibble version of SGF's report. Also, a csv and sqlite file could be exported.

Usage

rpw_sgf_resumen_rend_prov(
  path,
  write_csv = FALSE,
  write_sqlite = FALSE,
  overwrite_sql = FALSE
)

Arguments

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.


fscorrales/invicodatr documentation built on Nov. 22, 2022, 2:39 a.m.