Deprecated functions
read_csv_duckdb() has been superseded by duckdb_read_csv(). The order of the arguments has changed.
read_csv_duckdb()
duckdb_read_csv()
read_csv_duckdb(conn, files, tablename, ...)
Useful links