Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Equivalent to Join, but redefines the first argument to the result
ResourceFunction["JoinTo"][expr,list1,list2,…] equivalent to Join[expr,list1,list2,…] but sets expr to the result. | |
ResourceFunction["JoinTo"][expr,list1,list2,…,n] joins the objects at level n in each of the expr,list1,list2,…. |
Join some lists:
In[1]:= |
Out[2]= |
The value of expr has changed:
In[3]:= |
Out[3]= |
JoinTo works with associations:
In[4]:= |
Out[5]= |
In[6]:= |
Out[6]= |
Wolfram Language 11.3 (March 2018) or above
This work is licensed under a Creative Commons Attribution 4.0 International License