I have a simple problem in that tidy()
function in R is not working. I have tidyverse installed and have loaded it with library(tidyverse)
. However I get the following error message:
Error in tidy(fit1b) : could not find function "tidy"
I also get the following conflicts when loading the packages (only "lfe" and "tidyverse" packages), but I'm not sure if they are causing the problem:
x tidyr::expand() masks Matrix::expand()
x dplyr::filter() masks stats::filter()
x dplyr::lag() masks stats::lag()
x tidyr::pack() masks Matrix::pack()
x tidyr::unpack() masks Matrix::unpack()