-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deduplicate() and extract_domain() #97
Comments
deduplicate is fixed now. The second was intentional, but probably should have a proper note. The reasons to drop the parameter are twofold:
|
Thanks. Two more points on extract_domain():
|
The open pull request #95 is going to deal with those issues. Just had no time to finalize it yet |
two more issues:
|
thanks, thats a bug. I will fix that in the open PR |
@sebstier can you post a snippet that produces this error? cannot reproduce it |
Hi,
the new version of deduplicate() returns a data.frame instead of a wt_dt object.
the new version of extract_domain() with the adaR implementation does not accept drop_na = FALSE anymore, but keeps all rows by default. That is intentional, right?
The text was updated successfully, but these errors were encountered: