arnold-c / JuliaEpiHandbook

Trying to recreate a version of the EpiRHandbook for new Julia users
https://juliaepibook.callumarnold.com
6 stars 1 forks source link

file reading #7

Open drizk1 opened 1 month ago

drizk1 commented 1 month ago

hey just an fyi, after reading the chapter i added read_rdata support to tidierfiles.

also, write_xlxs does support writing to a sheet, so i tried to clarify that in the docs.

love the the work!

arnold-c commented 3 weeks ago

Thanks for the correction and adding read_rdata to tidierfiles. I'll get that updated

drizk1 commented 3 weeks ago

Ofc !

I've also added list_files for listing files in a directory, read_file/write_file inspired by rio import and export and improved the read_xlsx type parsing, which I'll release in a day or so