-
Notifications
You must be signed in to change notification settings - Fork 4
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
Check if supplying named arguments works with logged functions #7
Comments
@MatousEibich any ideas? I’ll try some things out this weekend |
@b-rodrigues Looked into it a little bit. I have a question related to this issue - why do we need .value (mainly in purely())? My understanding is that it's a placeholder for the first argument of the function being recorded. Can't we just use dynamic dots without .value and then change the code in purely to something like:
Is my understanding correct or am I missing something? |
sorry, I'm suuuuuuper late, but seems you're right! I've started fixing this issue in the |
hmm actually keeping |
Noticed that r_unique <- record(data.table:::unique.data.table)
then r_unique(a, by = c(x,y)) seems to ignore by argument
The text was updated successfully, but these errors were encountered: