Description Usage Arguments Value See Also Examples
Write an object to a temporary CSV, RDS, or raw text file, and return the path to that file. This can be used, for example, as an argument to a giftwrapped function.
1 2 3 4 5  | 
x | 
 An object  | 
... | 
 Extra arguments passed to the relevant writing function (such as
  | 
A string with the temporary filename containing the output. This will be in the temporary per-session directory.
tempfile
1 2 3  | wrap_commands("cat")
cat(temp_csv(mtcars))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.