timeRecordR: A function to read the time record in the timeRecordB...

Description Usage Arguments Details Value Examples

Description

This function read the time record from the log file created by timeRecordB.

Usage

1
timeRecordR(unit = "s", ignore = 1)

Arguments

unit

A character. The unit for the time.

ignore

A numeric. The minimal time interval to include.

Details

Given the current global variable extremely_long_name_i_do_not_think_anyone_would_be_sanely_to_use, timeRecordR function would try to read in the log file, then time interval is calculated for each recorded time.

Value

dataframe for the recorded time intervals with output message .

Examples

1
2
3
4
5
timeRecordR()


library(dplyr)
timeRecordR()%>%filter(output_message!="None")%>%select(output_message,run_time)

edwardcooper/automl documentation built on June 3, 2019, 1:05 a.m.