I have done everything that I can think of to make pivot_wider() work (including remove and reinstall R, remove and reinstall RStudio, remove and reinstall dplyr using install.packages and then with devtools, remove and reinstall tidyr using install.packages and then devtools) and it still is giving me the error:
Error: 'pivot_wider' is not an exported object from 'namespace:dplyr'
All of my packages and programs are as up to date as I think I can get them (both packages are version 0.8.3.9000). Is there any other way we can do this besides using the pivot_wider package?? or can you create a csv after you have ran the code that has pivot_wider() in it so I can load it to use in further code?
I have done everything that I can think of to make pivot_wider() work (including remove and reinstall R, remove and reinstall RStudio, remove and reinstall dplyr using install.packages and then with devtools, remove and reinstall tidyr using install.packages and then devtools) and it still is giving me the error:
Error: 'pivot_wider' is not an exported object from 'namespace:dplyr'
All of my packages and programs are as up to date as I think I can get them (both packages are version 0.8.3.9000). Is there any other way we can do this besides using the pivot_wider package?? or can you create a csv after you have ran the code that has pivot_wider() in it so I can load it to use in further code?
Line 86 of Landscape_MSOM.R file