Learn R Programming

RemixAutoML (version 0.5.0)

Logger: Logger

Description

Logging errors and warnings from repeated calls to a function

Usage

Logger(x)

Arguments

x

Function to call repeatedly

See Also

Other Misc: AutoH2OTextPrepScoring(), LB(), PrintToPDF(), tokenizeH2O()

Examples

Run this code
# NOT RUN {
Output <- lapply(1:10, FUN = Logger(PrintToPDF))
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab