Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[SPARK-16381] replace last showDF()
  • Loading branch information
keypointt committed Jul 8, 2016
commit 7dca42dfd87597db8aa15cf1c32868baecbfd99e
2 changes: 1 addition & 1 deletion examples/src/main/r/RSparkSQLExample.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ df <- read.json("examples/src/main/resources/people.json")
head(df)

# Another method to print the first few rows and optionally truncate the printing of long values
showDF(df)
head(df)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be showDF(df)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh sorry...fixing it now

# $example off:create_DataFrames$


Expand Down