elmacartney / Nongen_map_of_reviews

2 stars 0 forks source link

Cleaning repo #3

Closed itchyshin closed 2 years ago

itchyshin commented 2 years ago

@elmacartney (and @mlagisz & @szymekdr )

I will reorganise the rep according to recommended practice - see this guide-to-reproducible-code.pdf Screen Shot 2022-05-23 at 10 36 29 am

Not exactly like this but it is advisable to have at least, folders: 1) R, 2) data and 3) Rdata

This means you have to update your path - but it is easy to do - especially using the package here

dat <- read.csv(here("data", "File_name.csv")

Please remember to pull - the next time you work on this directory.

Also, this is what I want you to teach other members to organise their repos (of course variation of thereof is all good but some basic folders would be good - as we open up this to the public so we want to follow some best practice for this)