Member 12757084 Ответов: 0

Может ли кто-нибудь объяснить, что делает приведенная ниже строка кода R ?


test[,(factcols) := lapply(.SD, factor), .SDcols = factcols]

factcols has a list columns for which the above needs to be applied. I am trying to understand what does .SD and .SDcols mean in the above code.

Thanks in advance!!


Что я уже пробовал:

Я пытаюсь понять, что происходит .СД И.SDcols делает это в команде lapply

[no name]

https://stat.ethz.ch/R-manual/R-devel/library/base/html/lapply.html

0 Ответов