Skip to content

Commit

Permalink
Removing reference to other vignette.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbailiss committed Apr 1, 2020
1 parent 3a7354d commit fe62ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/v00-vignettes.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Each line in the verbose version works as follows:
3. Specify the data frame that contains the data for the pivot table.
4. Add the distinct values from the TrainCategory column in the data frame as columns in the pivot table.
5. Add the distinct values from the TOC column in the data frame as rows in the pivot table.
6. Specify the calculation. The summarise expression must be an expression that can be used with the dplyr summarise() function. This expression is used internally by the pivottabler package with the dplyr summarise function. `pivottabler` also supports data.table - see the [Performance](v11-performance.html) vignette for more details.
6. Specify the calculation. The summarise expression must be an expression that can be used with the dplyr summarise() function. This expression is used internally by the pivottabler package with the dplyr summarise function. `pivottabler` also supports data.table.
7. Generate the pivot table.

## Constructing the Basic Pivot Table
Expand Down

0 comments on commit fe62ab3

Please sign in to comment.