Skip to contents

Browse the current OmnipathR log file

Browse the latest log from a package

Usage

omnipath_log()

read_log(pkg = "OmnipathR")

Arguments

pkg

Character: name of a package.

Value

Returns `NULL`.

See also

Examples

if (FALSE) { # \dontrun{
omnipath_log()
# then you can browse the log file, and exit with `q`
} # }