recoverLog: Recover latest actel crash log

View source: R/helper.R

recoverLogR Documentation

Recover latest actel crash log

Description

Recover latest actel crash log

Usage

recoverLog(file, overwrite = FALSE)

Arguments

file

Name of the file to which the log should be saved.

overwrite

Logical: If 'file' already exists, should its content be overwritten?

Value

No return value, called for side effects.

Examples



recoverLog(file = paste0(tempdir(), "/new_log.txt"))




actel documentation built on Oct. 19, 2023, 9:08 a.m.