alexsanjoseph / compareDF

R Tool to compare two data.frames
Other
93 stars 17 forks source link

Markdown support #21

Closed msberends closed 5 years ago

msberends commented 5 years ago

Thank for this great package!

Would it be possible to support markdown too? I would like to print the results in an Rmd file, which seems not possible at the moment. Maybe use knitr::kable() to support this?

alexsanjoseph commented 5 years ago

Let me see if I understand your request correclty. Can't you just use knitr::kable(df_compare$comparison_df) to solve the problem?

msberends commented 5 years ago

Yes, figured that one out just now 🙈