Erin-Rooney / WyoP

"Mineral and organic matter associated phosphorus in soils of winter wheat (Triticum aestivum, L.) and cover crop systems"
0 stars 0 forks source link

Drake Plan! #5

Closed Erin-Rooney closed 3 years ago

Erin-Rooney commented 3 years ago

@kaizadp It works! I was able to run it and get a markdown report output!!

https://github.com/Erin-Rooney/WyoP/blob/a4d2a4cd103508dcaae28e67ef8743ff03d194bc/code/5-drakeplan.R#L2-L84

However, are these issues okay? I don't really understand them.

image

kaizadp commented 3 years ago

This is wonderful! Congratulations!

And yes, those warnings are ok. You get those because file_in() prefers direct file paths, instead of INCUB, BIOMASS, etc. read.csv(file_in("data/file_name.csv")). I just ignore those warnings because they haven't broken my script yet.

Erin-Rooney commented 3 years ago

Awesome!! Thanks!!