Skip to content

Latest commit

 

History

History
 
 

usage/

Using the package from R: connect, query, and configure DuckDB. The SQL dialect, the storage format, and the engine's own tuning are DuckDB's to document; a leaf here is worth writing where the two sides meet — where R's idea of a type, a lifetime, or a file location has to be reconciled with the engine's.

The package decides as little as it can, and says so when it must. A default that commits the user to something — a location on disk, a download, a silent conversion — is announced, reversible, or refused outright, never taken quietly; the leaves say which of the three. Making the choice explicit is the interface, and is what turns the announcement off.