I know this is a very simple question, and I assume it has been asked before but I have been unable to find it. I would like to learn sparklyr
. However, I wrote
devtools::install_github("rstudio/sparklyr")
install.packages(c("nycflights13", "Lahman"))
library(dplyr)
iris_tbl <- copy_to(sc, iris)
(from spark.rstudio.com
) but I get the error:
Error in (function (classes, fdef, mtable) :
unable to find an inherited method for function ‘dbDataType’ for signature ‘"spark_connection"’
I would very much appreciate the help. Thanks!