You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might happened that users miss that we have split method just because we exported it as a method only, and not as function directly, thus split.data.table cannot be accessed without :::.
There is no harm in exporting that.
It might happened that users miss that we have split method just because we exported it as a method only, and not as function directly, thus
split.data.tablecannot be accessed without:::.There is no harm in exporting that.