ezJobStart: Writes start time of job

View source: R/messaging.R

ezJobStartR Documentation

Writes start time of job

Description

Writes the starting date and time of jobName into a separate file.

Usage

ezJobStart(jobName, con = stderr())

Arguments

jobName

a character representing the job name.

con

the connection to the file to write in.

Value

Returns a list containing jobName and the running time of R.

Author(s)

Rehrauer, Hubert

Schmid, Peter

Examples

con = file("example.txt", "w")
ezJobStart("a job", con=con)
close(con)

uzh/ezRun documentation built on April 24, 2024, 4:01 p.m.