Learn R Programming

lumberjack (version 1.3.1)

get_log: Get log object from a data item

Description

Get log object from a data item

Usage

get_log(data, logger = NULL)

Value

A logging object, or NULL if none exists.

Arguments

data

An R object.

logger

[character] scalar. Logger to return. Can be NULL when a single logger is attached.

See Also

Other control: %>>%(), dump_log(), run_file(), start_log(), stop_log()