-
Notifications
You must be signed in to change notification settings - Fork 20
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
Implementation of an equivalent to the R function base::merge
#134
Comments
Hi, I am not really familiar with what R In general I think we'd want an interface to such a |
Hi @davidavdav , thanks for your quick reply! I agree, such a function would need to be able to operate on any or all dimensions. Here is an example of the R function
Which returns a data frame which can then be converted back into a matrix.
What I would find useful would be a Let me know your thoughts and thanks again! Zeke |
Hi,
I was wondering whether there were any plans to implement a function similar to the R function
base::merge
?I would be happy to help develop such a function and have started to do so, however I'd just like to check whether you would be amenable to the idea?
Below is a barebones function I created for a project I'm working on to align the columns for two
NamedArrays.NamedArray
objects, which could form the start of amerge
-like function with the addition ofhcat
andvcat
steps. There is probably a much better way to do this!Apologies if I have missed something!
Cheers,
Zeke
The text was updated successfully, but these errors were encountered: