Skip to content

[Rcpp-devel] binding, combining vectors

3 messages · Andreas Alfons, Walter Mascarenhas, John Merrill

#
Hi Romain,

"bind" may be confusing to R users, because "cbind" and "rbind" exist
in R and return matrices. In my opinion, "combine" is a better option.

- Andreas


On Thu, Dec 13, 2012 at 10:01 AM, Romain Francois
<romain at r-enthusiasts.com> wrote:

  
    
#
Romain,

   what about "join"?

       walter.

On Thu, Dec 13, 2012 at 1:15 PM, Andreas Alfons
<andreas.alfons at kuleuven.be>wrote:

            
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.r-forge.r-project.org/pipermail/rcpp-devel/attachments/20121213/c7bb01d9/attachment.html>
#
What about 'concat', 'cat', or 'concatenate'?  The function concatenates
vectors, and 'concat' and 'cat' are well-known short forms of the word.
 (The Unix program 'cat' is so-named because it concatenates text files.)


On Thu, Dec 13, 2012 at 7:20 AM, Walter Mascarenhas <
walter.mascarenhas at gmail.com> wrote:

            
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.r-forge.r-project.org/pipermail/rcpp-devel/attachments/20121213/a0bf4916/attachment.html>