nhs-r-community / demos-and-how-tos

A repo for community contributed demos and how-tos to get common stuff done in the R language
https://nhs-r-community.github.io/demos-and-how-tos/
MIT License
29 stars 13 forks source link

Read in multiple Excel files / sheets with purrr #6

Closed johnmackintosh closed 3 years ago

johnmackintosh commented 3 years ago

Examples of reading in multiple worksheets, or multiple workbooks, and combining into a dataframe / tibble for further processing /analysis

tomjemmett commented 3 years ago

I’ve possibly got a gist that could be repurposed for this somewhere… Not sure if you were planning on writing something @johnmackintosh, or want to collab, or just suggesting? Happy either way 🙂

johnmackintosh commented 3 years ago

Was a hopeful suggestion @tomjemmet :) I know someone had a version knocking about on twitter a while back, and Fiona Grimm had a cool example that I can never find in my bookmarks, but the more the merrier, so, absolutely want to see whatever you have Tom

ChrisBeeley commented 3 years ago

I did this here https://github.com/ChrisBeeley/literacy_assessments

Just needs a bit of a tidy up to make it more generic and clearer

ChrisBeeley commented 3 years ago

Closed by #9 - thanks @johnmackintosh !