Skip to content
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

ghead argument "n" is missing, with no default #3462

Closed
jangorecki opened this issue Mar 17, 2019 · 1 comment
Closed

ghead argument "n" is missing, with no default #3462

jangorecki opened this issue Mar 17, 2019 · 1 comment
Assignees
Labels
Milestone

Comments

@jangorecki
Copy link
Member

@jangorecki jangorecki commented Mar 17, 2019

data.table(a=1:2, b=2:1)[, head(.SD), a]
Error in ghead(.SD) : argument "n" is missing, with no default

this should use default n of head.data.table which is 6L
same tail

@jangorecki jangorecki added the GForce label Mar 17, 2019
@jangorecki jangorecki self-assigned this Mar 17, 2019
jangorecki added a commit that referenced this issue Mar 17, 2019
jangorecki added a commit that referenced this issue Mar 18, 2019
@mattdowle mattdowle added this to the 1.12.4 milestone Apr 1, 2019
@mattdowle
Copy link
Member

@mattdowle mattdowle commented Apr 1, 2019

Closed by #3463.

@mattdowle mattdowle closed this Apr 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

2 participants
You can’t perform that action at this time.