Skip to content

Commit

Permalink
changed "Describe" function to "describe"
Browse files Browse the repository at this point in the history
  • Loading branch information
Emaasit committed Jun 8, 2015
1 parent 90565dd commit b6603e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/src/main/r/2-data-manipulation.R
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ columns(flightsDF)
count(flightsDF)

# Show summary statistics for numeric colums
Describe(flightsDF)
describe(flightsDF)

# Select specific columns
destDF <- select(flightsDF, "dest", "cancelled")
Expand Down

0 comments on commit b6603e3

Please sign in to comment.