spark_read_json: Read a JSON file into a 'spark_tbl'.

Description Usage Arguments Value

Description

Read a JSON file into a spark_tbl.

Usage

1
spark_read_json(path, multiline = F, ...)

Arguments

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

Value

a spark_tbl


danzafar/tidyspark documentation built on Sept. 30, 2020, 12:19 p.m.