isaactpetersen / ffanalytics

ffanalytics R package
22 stars 19 forks source link

Mapping new feeds/columns #9

Open ctrombley opened 6 years ago

ctrombley commented 6 years ago

I was just wondering how the maintainers went about mapping data fields to scraped columns. Is there some kind of admin tool or is it all done painstakingly by hand?

aitken711 commented 6 years ago

It's done by manually editing the csv files in the data-raw directory and then running createDatasets.R to create the .rda files in the data directory.