Data table error could not find function “.”

后端 未结 2 820
醉酒成梦
醉酒成梦 2020-12-07 02:16

I am trying to run the following piece of code. Whenever I try to run the code I get the following error: Error in eval(expr, envir, enclos) : could not find function

2条回答
  •  青春惊慌失措
    2020-12-07 02:45

    See this SO question.

    Make mtcarsDT as data.table object by doing

    mtcarsDT <- setDT(mtcars) and proceed from there.

    Hope it works!

提交回复
热议问题