dbplyr

How to use dplyr tbl on a SQL Server non-standard schema table

一曲冷凌霜 提交于 2019-11-29 14:54:59
问题 My question is how can I use dplyr functions, such as tbl , on SQL Server tables that do not use the default "dbo" schema? For more context, I am trying to apply the R database example given here to my own tables: https://db.rstudio.com/ (scroll down to the section entitle "Quick Example"). It starts out ok. This first section runs fine: install.packages("dplyr") install.packages("odbc") install.packages("dbplyr") install.packages("DBI") con <- DBI::dbConnect(odbc::odbc(), Driver = "SQL