ezJobStart | R Documentation |
Writes the starting date and time of jobName
into a separate file.
ezJobStart(jobName, con = stderr())
jobName |
a character representing the job name. |
con |
the connection to the file to write in. |
Returns a list containing jobName
and the running time of R.
Rehrauer, Hubert
Schmid, Peter
con = file("example.txt", "w")
ezJobStart("a job", con=con)
close(con)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.