rm_logs: Deletes log files created by Rscript on the Linux cluster

View source: R/rm_logs.R

rm_logsR Documentation

Deletes log files created by Rscript on the Linux cluster

Description

When an R script is submitted to the server, Linux generates a log file named myRscript.R.o######. This program searches a folder for files named like this and removes/deletes them.

Usage

rm_logs(path = here::here(), recursive = FALSE)

Arguments

path

folder location to search for log files

recursive

logical. should log files in subdirectories also be deleted?


ddsjoberg/bstfun documentation built on June 1, 2024, 11:46 p.m.