报错:Error in UseMethod("filter_"): no applicable method for 'filter_' applied to an object of class "c('tbl_SQLiteConnection', 'tbl_dbi', 'tbl_sql', 'tbl_lazy', 'tbl')"

报错:

Error in UseMethod("filter_") : "filter_"没有适用于"c('tbl_SQLiteConnection', 'tbl_dbi', 'tbl_sql', 'tbl_lazy', 'tbl')"目标对象的方法
Error in UseMethod("filter_"): no applicable method for 'filter_' applied to an object of class "c('tbl_SQLiteConnection', 'tbl_dbi', 'tbl_sql', 'tbl_lazy', 'tbl')"

产生此错误的原因是R & Biocondutor的版本太低了。
解决方案:
更新 R & Biocondutor版本。
我这里用conda重新创建了最新版本的R(r4)

conda create --name r4
conda activate r4
conda install -c conda-forge r-base
posted @ 2021-07-27 09:40  橙子牛奶糖  阅读(2649)  评论(0编辑  收藏  举报