Hi Simon
This package is just what I need for a project, however I get an error
Error in t[3] <- getOption("sqlservr.db_database") : replacement has length zero
This appears to be due to line 45 in bcp.r not including the second parameter conn
For now I am ensuring that options('sqlservr.db_database' = ) is included in the code before using db_bcp,
but probably good to consider this in the source.