Skip to contents

Read from the last generated log file

Usage

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

Arguments

filepath

character. filepath to log file. If omitted, tries to find the last created log (will not work after a crash)

Value

character

Examples

log_write(x = "my content")
giottoReadLog()
#> [1] " (2024-08-28 16:25:08) my content"