tuanle618 / AEDA

AEDA - Automated Data Exploratory Analysis in R
GNU General Public License v3.0
10 stars 3 forks source link

makeTask #11

Closed tuanle618 closed 6 years ago

tuanle618 commented 6 years ago

I think we should create a function makeTask which has some features like the current makeCorrTask (basically only ID and data and we can add getDataTypes as well) Finally assign this as ReportTask or something like that. From that all other tasks inherit from it.

tuanle618 commented 6 years ago

finished. @MiGraber @daryabusen for now please wenn refering to any data, extract the information from report.task$env$data ... to be clear now so we dont have to change a lot in future. I will change the other scripts the next days.

makeReportTask should be done in the very first place in the EDA

https://github.com/ptl93/AEDA/blob/td_basicReport/R/makeReportTask.R