summarise_per_minute | R Documentation |
Summarize data per minute
summarise_per_minute(
data,
id_columns = c("idPlayerSeason"),
scale_columns = c("pts", "fg", "ast", "tov", "blk", "stl", "drb", "trb", "orb", "ft",
"pf", "countLayupsShooting", "countDunks", "hlf")
)
data |
a data frame |
id_columns |
vector of id columns |
scale_columns |
vector of columns to scale |
a tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.