James Blair
James Blair
An ODBC connection from R can either create the connection string manually via function arguments to `odbc()` or pass in a DSN: ```r con
The `check` parameter currently functions as a mechanism to check for some equivalence across function results. If this criteria is not met, `microbenchmark()` returns an error. It would be nice...
This is take it or leave it, but it might simplify collaboration if we use `renv`, especially since there are a few niche packages in use (ie `silgelib`).
With an open R file, `cmd+shift+m` will automatically insert R pipe (`|>`). However, in an R code chunk within a Quarto document, the same shortcut instead opens the `PROBLEMS` panel....
When clicking on the connection icon from a Databricks cluster in the Databricks pane, the following error message appears in the console as the connection app loads: ``` Listening on...
Currently, `odbc` [constructs a user-agent](https://github.com/r-dbi/odbc/blob/20de2e70362bd2336426a98191be92638ed44287/R/driver-databricks.R#L195) for Databricks connections if `SPARK_CONNECT_USER_AGENT` is not set. I think we should follow [the example](https://github.com/mlverse/pysparklyr/blob/39748e1b0bf1f6e9a82b490ccd1ec37d2ecef235/R/sparklyr-spark-connect.R#L228-L278) of `pysparklyr` and include additional details about the tool being...