View source: R/utilities_private.R
quickWrite | R Documentation |
Write a character vector (typically output of toString() to file)
quickWrite(txt, dir, fname)
txt |
Character vector, text to be written |
dir |
Character, directory where file is written. The directory is created if needed. dir should end with a path seperator (not checked here). |
fname |
Character, file name |
Nothing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.