mssparkutils.fs.head | R Documentation |
Returns up to the first 'maxBytes' bytes of the given file as a String encoded in UTF-8.
mssparkutils.fs.head(file, maxBytes = 65535)
file |
FileSystem URI |
maxBytes |
Maximum number of bytes to read |
Empty string to mimic the returned content of file
.
mssparkutils.fs.head("/tmp/my-folder/my-file")
mssparkutils.fs.head("/tmp/my-folder/my-file", 1000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.