index_by() + summarise() will update the grouping index variable to be the new index. Use ungroup() to remove the index grouping vars. index_by(.data, ...
確定! 回上一頁