sdf_sql | R Documentation |
Defines a Spark DataFrame from a SQL query, useful to create Spark DataFrames without collecting the results immediately.
sdf_sql(sc, sql)
sc |
A |
sql |
a 'SQL' query used to generate a Spark DataFrame. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.