Skip to content

Add read_tbl_duckdb() #414

@krlmlr

Description

@krlmlr

Read a table from an arbitrary database file.

  • read_tbl_duckdb() : should that function be able to read from an arbitrary DuckDB file? Alternative: read_db_duckdb()
  • db_attach() and db_detach() (similarly to db_exec())
  • compute(temporary = FALSE) checks if the target schema is provided and actually is attached to another database, errors otherwise
  • Should compute() accept a file name? Alternative: compute_db()

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions