Wayne Zhang created SPARK-19819:
-----------------------------------

             Summary: Use concrete data in SparkR DataFrame examples 
                 Key: SPARK-19819
                 URL: https://issues.apache.org/jira/browse/SPARK-19819
             Project: Spark
          Issue Type: Improvement
          Components: SparkR
    Affects Versions: 2.1.0
            Reporter: Wayne Zhang
            Priority: Minor


Many examples in SparkDataFrame methods uses: 
{code}
path <- "path/to/file.json"
df <- read.json(path)
{code}

This is not directly runnable. Replace this with real numerical examples so 
that users can directly execute the examples. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to