getLogger: getLogger

View source: R/util.R

getLoggerR Documentation

getLogger

Description

Returns the configured lgr of an r6 object. If the object don't have a lgr or is not initialized returns an error

Usage

getLogger(r6.object)

Arguments

r6.object

an r6.object

Author(s)

ken4rab

Examples

eis <- EcologicalInferenceStrategy$new()
getLogger(eis)

ElectionsLATAM documentation built on April 19, 2022, 9:05 a.m.