Open maurolepore opened 6 years ago
The object DF gets saved as df, and this is a problems because it clashes with stats::df(). I renamed df to dfm, but it seems that this object isn't used. Should we remove it?
DF
df
stats::df()
dfm
The object
DF
gets saved asdf
, and this is a problems because it clashes withstats::df()
. I renameddf
todfm
, but it seems that this object isn't used. Should we remove it?