Skip to content

Commit

Permalink
export merge.data.table method, closes #2618
Browse files Browse the repository at this point in the history
  • Loading branch information
jangorecki committed May 23, 2019
1 parent dd236a0 commit fa622ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ S3method("names<-", data.table)
S3method(duplicated, data.table)
S3method(unique, data.table)
S3method(merge, data.table)
export(merge.data.table) #2618
S3method(subset, data.table)
S3method(transform, data.table)
S3method(within, data.table)
Expand Down

0 comments on commit fa622ed

Please sign in to comment.