Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pat310 committed Jan 23, 2017
1 parent 59af019 commit 06ceddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ rawData:
`quick-pivot` returns an object with keys `table` and `rawData`. `table` is an array of arrays containing the result of the pivot. `rawData` is an array of arrays but rather than returning the result of the pivot, it returns the data points that make up the result in each corresponding index. This allows the user to determine what data made up the pivoted value.

### Syntax
````
````js
var pivot = require('quick-pivot');

pivot(rows, columns, [accumulationCategory or CBfunction], [accumulationType or initialValue], rowHeader);
Expand Down

0 comments on commit 06ceddf

Please sign in to comment.