recoverLog {actel}R 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"))




[Package actel version 1.3.0 Index]