You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to make snapshot from command line with cmd webshot2::rmdshot("test.qmd", file = "tst.png") an got error
Error in :=`(value, gear + carb) : Check that is.data.table(DT) == TRUE.
Otherwise, := and :=(...) are defined for use in j, once only and in particular ways.
See help(":=")
Rendering the same file in RStudio or through rmarkdown::render I've got correct .html file.
I suppose that it's caused by absense of data.table @ Import section in DESCRIPTION.
Finding reasons here:
I'm trying to make snapshot from command line with cmd
webshot2::rmdshot("test.qmd", file = "tst.png")
an got errorRendering the same file in RStudio or through
rmarkdown::render
I've got correct .html file.I suppose that it's caused by absense of
data.table
@ Import section in DESCRIPTION.Finding reasons here:
Sample qmd sile:
The text was updated successfully, but these errors were encountered: