Skip to contents

Create an active file connection object to the logfile to write to. Opens it in mode "a+" which allows both appending and reading.

Usage

.log_conn(filepath = getOption("giotto.last_logpath", NULL))

Arguments

filepath

path to the logfile

Value

file connection