Displaying 1 result from an estimated 1 matches for "tp25151441p25151445".
Did you mean:
tp25151441p25151441
2009 Aug 26
1
Applying do.call to a data.frame using function arguments
I'm trying to convert a data.frame to a series of strings (row-wise). There
was a very good discussion awhile back (2002) entitled "[R] string
concatenate across rows of a matrix??" where Tony Plate recommended the
following two alternatives (x2 is an R object of type data frame -- a matrix
also works for solution #1):
1) apply(format(x2), 1, paste, collapse=" ");