util_cleanup: Delete temporary files

View source: R/util_runnl.R

util_cleanupR Documentation

Delete temporary files

Description

Delete temporary files

Usage

util_cleanup(
  nl,
  cleanup.csv = TRUE,
  cleanup.xml = TRUE,
  cleanup.bat = TRUE,
  cleanup.files
)

Arguments

nl

nl object

cleanup.csv

TRUE/FALSE, if TRUE temporary created csv output files will be deleted after gathering results.

cleanup.xml

TRUE/FALSE, if TRUE temporary created xml output files will be deleted after gathering results.

cleanup.bat

TRUE/FALSE, if TRUE temporary created bat/sh output files will be deleted after gathering results.

cleanup.files

vector with paths to temporary created files (csv, xml, bat)


nldoc/nlrx documentation built on Sept. 8, 2024, 6:39 a.m.