UBC-MDS / Rmleda

R package that helps with preliminary eda for supervised machine learning tasks.
https://ubc-mds.github.io/Rmleda/
Other
0 stars 0 forks source link

Bugfix add dependencies #33

Closed yaz-saleh closed 3 years ago

yaz-saleh commented 3 years ago

TODO:

@Saule-Atymtayeva Can you re-write your example in autoimpute_na? The old one was referencing an undefined variable toy_df and it was throwing an error during the check. Example variables can be defined using tibble or data.frame as seen in the other functions.