mssparkutils.fs.append | R Documentation |
Append the given String to a file, encoded in UTF-8.
mssparkutils.fs.append(file, content, createFileIfNotExists = FALSE)
file |
FileSystem URI |
content |
Content needs to be append to file, encoded in System default charset. |
createFileIfNotExists |
If set to true, will firstly try to create file if not exists. |
FALSE to mimic the result if file
content append fail.
mssparkutils.fs.append("/tmp/my-file", "Hello world!")
mssparkutils.fs.append("/tmp/my-file", "Hello world!", TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.