Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
以下のように、summary() 内で group_by() 関数を使用するにはどうすればよいですか。
summarize(group_by(product),sum(Sales))