I am having this problem. I want to use the IDEAR tool on my SQL Server Database. I run the IDEAR code Github provided on RStudio and select the YAML file I created in order to connect to my database. After selecting the file I get the following error:
Error: first argument is not an open RODBC channel
When I try to run a YAML file the tool provided as example, I get no error. Does anyone know what I'm doing wrong? I will post my YAML code here:
DataSource:
SQLServer
Server:
ORD02984\SQL2016
Database:
Computed
Username:
Steve
Password:
*********
Query:
select * from dbo.AirOnTime
Note: I put stars as password just to show it here