Description Usage Arguments Value
Read a JSON file into a spark_tbl
.
1 | spark_read_json(path, multiline = F, ...)
|
path |
string, the path to the file. Needs to be accessible from the cluster. |
multiline |
logical, whether the json file is multiline or not, see: https://docs.databricks.com/data/data-sources/read-json.html#multi-line-mode |
... |
named list, optional arguments to the reader |
a spark_tbl
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.