TREC-Agroecology / hemp

This is the organization and research for the UF/IFAS Industrial Hemp Pilot Project
4 stars 8 forks source link

Multi_State_Temp_Code.R #77

Closed AjitWX closed 2 years ago

brymz commented 2 years ago

Hi @AjitWX, This looks great. Congrats on your first pull request. Only thing I saw was the skip=3 in the read_csv(). That must mean that there are three dysfunctional lines of the data file. Nothing detrimental, but something to think about. Have you prepared the metadata file as well? That can be added to the repo with README.md. The only other thing to think about is if we want to set up a separate repository like TREC-Agroecology/hemp-multistate to keep this project separately organized. ~Zack

AjitWX commented 2 years ago

Thank you @brymz. That is correct. The first 3 lines in the data template are just characters. When converting from xlsx to csv, I can exclude those lines to prevent any issues.

The metadata 2019 and 2020 can be found in the data folder (at the top). I'll be revising the name of my files to "filename_date" to match what is found in Github.

Setting up another repository is a good suggestion as we anticipate more data files coming in this year, I would like to share the raw copies on Github. I'll set that up shortly.