How-to-Learn-to-Code / rclass

Repository for the UNC-CH How to Learn to Code R Class
https://how-to-learn-to-code.github.io/rclass/
Other
2 stars 3 forks source link

Break plotting and IO into two vignettes #6

Closed daynefiler closed 6 years ago

daynefiler commented 6 years ago

Data IO should probably go before plotting in the sequence. Breaking these out will make different approaches to plotting lectures easier.

aeallen commented 6 years ago

Just to have it on here, rather than just in an email. The current proposed sequence is:

daynefiler commented 6 years ago

Looks great. We need to add that to the README

daynefiler commented 6 years ago

@snystrom I have pulled #12 into the issue-06 branch locally, and will merge the two. Will push in a couple hours. Then we can both edit before the PR.

daynefiler commented 6 years ago

Can I just say how frustrating it is that the functions for reading Excel files won't take a connection instead of a path?!? Why should users have to DOWNLOAD the file, rather than just passing a url connection?