ezWriteElapsed | R Documentation |
Writes the current date and time, the status and how much time elapsed since the jobs' start.
ezWriteElapsed(job, status = "done", con = stderr())
getElapsed(x)
job |
a list with fields |
status |
a character describing the status of the job. |
con |
the connection to the file to write in. |
x |
corresponds to |
getElapsed()
: Gets the elapsed time in minutes since a reference time.
Rehrauer, Hubert
Schmid, Peter
con = file("example.txt", "w")
job = ezJobStart("a job",con=con)
ezWriteElapsed(job,con=con)
close(con)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.