Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ucidata #35

Open
coatless opened this issue May 17, 2017 · 2 comments
Open

ucidata #35

coatless opened this issue May 17, 2017 · 2 comments

Comments

@coatless
Copy link
Collaborator

Instead of doing the download.files() and read.csv() route, how about just embedding the necessary data sets within an R package ala ucidata. From here, the information could downloaded via CRAN or a GH only release.

I think the only data you needed was: autompg?

In the future, these different packages or routines can be made into "virtual" or self-contained STAT 420 package that includes all the relevant material (c.f. msos)

@coatless
Copy link
Collaborator Author

autompg is now in the ucidata package. This means there is built-in help support via ?autompg and there needn't be a cached version of autompg.csv in the build directory. For instructions as to the read.csv / read.table off of the remote ML link, you should consider linking to the ucidata's build script for it:

https://github.com/coatless/ucidata/blob/master/data-raw/autompg_build.R

@coatless
Copy link
Collaborator Author

@daviddalpiaz

Added more data to ucidata:

See the import scripts here:

https://github.com/coatless/ucidata/blob/master/data-raw/

Also, check out the uiucdata... Have enrollment by curriculum and year loaded. About to add graybook & non-graybook data + UIUC Grade Distributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant