Skip to content

Instantly share code, notes, and snippets.

@lixzhang
Created September 1, 2016 19:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lixzhang/0e16a1ed3a9cb7dc4ddb5b315ba667e8 to your computer and use it in GitHub Desktop.
Save lixzhang/0e16a1ed3a9cb7dc4ddb5b315ba667e8 to your computer and use it in GitHub Desktop.
bank_sum <- aggregate(bank$Expense,
by = list(bank$CardID),
FUN = sum)
names(bank_sum) <- c("CardID",
"total_expense")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment