boxuancui / DataExplorer

Automate Data Exploration and Treatment
http://boxuancui.github.io/DataExplorer/
Other
512 stars 88 forks source link

plot_intro not in create_report config template #88

Closed boxuancui closed 5 years ago

boxuancui commented 6 years ago

For now, the following will work, but it is triggered by introduce only.

config <- list(
    "introduce" = list(),
    "plot_intro" = list(),
    ...
)

In addition, fix documentation (example, vignette and README.Rmd).