R/sge_accounting_sql.R
dbi_import_sge_accounting.Rd
Imports an SGE Accounting file into a database
dbi_import_sge_accounting(conn, file, chunk_size = 10000L, deduplicate = FALSE)
(invisibly) The number of SGE accounting records ("jobs") in the input file.
Internally, read_raw_sge_accounting()
is used to parse the SGE
Accounting file.