Closed Erin-Rooney closed 2 years ago
@kaizadp
I can't figure out why this code isn't working.
https://github.com/Erin-Rooney/Y1_fairbanks/blob/caf72b42d0ece33d25a5068827b2a247be1c19c7/code/fticr-3-relabund.R#L159-L163
Error: Error in aov(relabund ~ cover_type, data = dat) %>% broom::tidy() %>% : attempt to apply non-function
@kaizadp This issue is still giving me trouble.
https://github.com/Erin-Rooney/Y1_fairbanks/blob/caf72b42d0ece33d25a5068827b2a247be1c19c7/code/fticr-3-relabund.R#L127-L140
replace the NULL at the end with force()
NULL
force()
UGHGHHGHGH. Yep. It works now. Thank you. I am going to make another issue for the XRD diffractogram disaster.
@kaizadp
I can't figure out why this code isn't working.
https://github.com/Erin-Rooney/Y1_fairbanks/blob/caf72b42d0ece33d25a5068827b2a247be1c19c7/code/fticr-3-relabund.R#L159-L163
Error: Error in aov(relabund ~ cover_type, data = dat) %>% broom::tidy() %>% : attempt to apply non-function