Skip to contents

Read the log file from orgdata default path. To check the default path use orgdata:::is_orgdata_path().

Usage

read_log(name = NULL, koblid = NULL)

Arguments

name

Log filename without file extention

koblid

Connecting ID or KOBLID

Examples

if (FALSE) { # \dontrun{
# To list codes with xxxx9999 of koblid 67
read_log("code99", 67)
} # }