Convert from list to numeric

前端 未结 1 1914
情书的邮戳
情书的邮戳 2021-02-08 09:59

Hi I\'ve had a look at a lot of other qns/answers and haven\'t been able to resolve coercing from list form to numeric form. If it is of use, the list is originally drawn from a

1条回答
  •  情话喂你
    2021-02-08 10:20

    If the values are of type factor, then you should convert them by as.numeric(as.character(unlist(tmpseqsf[[1]])))

    0 讨论(0)
提交回复
热议问题