business-science / free_r_tips

Free R-Tips is a FREE Newsletter provided by Business Science. It comes with bite-sized code tutorials every week.
1.23k stars 644 forks source link

Function "pivot_table" does not exist #5

Open StevenVanAken opened 2 years ago

StevenVanAken commented 2 years ago

The R code does not work. The function is not available in the library.

vsteiger commented 2 years ago

@StevenVanAken , I've checked the code but did not find any reference on pivot_table(). Do you mean pivot_longer() / pivot_wider() which come with the tidyverse package?