spark_read_source: Read from a generic source into a 'spark_tbl'

Description Usage Arguments Value

View source: R/read-write.R

Description

Read from a generic source into a spark_tbl

Usage

1
2
3
4
5
6
7
spark_read_source(
  path = NULL,
  source = NULL,
  schema = NULL,
  na.strings = "NA",
  ...
)

Arguments

path

string, the path to the file. Needs to be accessible from the cluster.

source

string, A data source capable of reading data.

schema

FILL IN

na.strings

string, the string value used to signify NA values.

...

named list, optional arguments to the reader

Value

a spark_tbl


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