ezWrite | R Documentation |
Concatenates its arguments and writes it as a single line.
ezWrite(..., sep = "", collapse = " ", con = stdout())
... |
the arguments to concatenate. |
sep |
a character specifying how to separate the arguments from each other. |
collapse |
a character specifying how to separate entries of each argument from each other. |
con |
the connection to the file to write in. |
Returns a single line written into a separate file.
Rehrauer, Hubert
Schmid, Peter
con = file("example.txt", "w")
ezWrite("concatenates","these",4,"arguments",con=con,sep=" ")
close(con)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.