Need a cor_tbl.
Closed this issue · 1 comments
Huiqoo commented
When i use the example for qcorrplot
correlate(mtcars) %>% as_md_tbl() %>% qcorrplot()
it's return :
Error: Need a cor_tbl.
he-yisheng commented
How did you solve this problem?
——————————————
Ok, I have solved it, the function "correlate()" in "ggcor" overwrites the same name function in "linkET" .