Description Usage Arguments Value Note Examples
Get the absolute path of a file added through spark.addFile.
1 | spark.getSparkFiles(fileName)
|
fileName |
The name of the file added through spark.addFile |
the absolute path of a file added through spark.addFile.
spark.getSparkFiles since 2.1.0
1 2 3 4 | ## Not run:
spark.getSparkFiles("myfile")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.