Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/r/75.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
R RSQLite不能';找不到驱动程序SQLite_R_Rsqlite - Fatal编程技术网

R RSQLite不能';找不到驱动程序SQLite

R RSQLite不能';找不到驱动程序SQLite,r,rsqlite,R,Rsqlite,我正在尝试以下方法 library(RSQLite) library(DBI) drv <- dbDriver("SQLite") Error: Couldn't find driver SQLite. Looked in: * global namespace * in package called SQLite * in package called RSQLite 库(RSQLite) 图书馆(DBI) drv这不是一个问题。您可以使用RSQLite::SQLite(),而不是d

我正在尝试以下方法

library(RSQLite)
library(DBI)
drv <- dbDriver("SQLite")

Error: Couldn't find driver SQLite. Looked in:
* global namespace
* in package called SQLite
* in package called RSQLite
库(RSQLite)
图书馆(DBI)

drv这不是一个问题。您可以使用
RSQLite::SQLite()
,而不是
dbDriver(“SQLite”)
?我在loadNamespace(j)中得到以下消息
Error