beanumber / etl

R package to facilitate ETL operations
127 stars 21 forks source link

Instead of mtcars, use default example that is scraped from the Internet and needs to be transformed #11

Closed beanumber closed 6 years ago

beanumber commented 8 years ago

On second thought, this could be a second data set, once we've figured out the multiple package name conflict issue raised by @cpsievert

beanumber commented 7 years ago

Scraping a wikipedia table with rvest would be good.

beanumber commented 7 years ago

Also, add Lahman import options.

Or could something totally general for existing tables be written?

beanumber commented 7 years ago

Write etl_*.default() methods that put data in packages into SQL!

beanumber commented 7 years ago

Use symbolic links in etl_transform.default()?