dotC | R Documentation |
This function tests my use of the .C interface.
dotC(filename)
filename |
a filename |
Nothing. This function only prints to the console.
Stephen Weigand <weigand.stephen@mayo.edu>
file.rtf <- tempfile(fileext = ".rtf") cat("Hello, RTF", file = file.rtf) dotC(file.rtf) file.remove(file.rtf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.