[R] Output for pasting multiple vectors
Spencer Brackett
@pbr@ckett20 @end|ng |rom @@|ntjo@ephh@@com
Sat Jun 22 03:43:50 CEST 2019
Would output <-paste() be part of the solution perhaps? Reading up on the
matter now.
Best,
Spencer
On Fri, Jun 21, 2019 at 9:11 PM Spencer Brackett <
spbrackett20 using saintjosephhs.com> wrote:
> Hello,
>
> I am attempting to paste multiple vectors using the paste() function for a
> dataset that I'm working with. Shouldn't I be receiving some kind of
> output as a result of the following?
>
> meth=as.matrix(meth)
> > colnames(meth) = sapply(colnames(meth), function(i){
> + c1 = strsplit(i,split ='.', fixed = T)[[1]]
> + c1[4] = paste(strsplit(c1[4],split = "",fixed = T)[[1]][1:2],collapse =
> "")
> + paste(c1,collapse = ".")
> + {
>
> Best,
>
> Spencer Brackett
>
[[alternative HTML version deleted]]
More information about the R-help
mailing list