R/view_csv.R
view_csv.Rd
Upload a csv file to a in-memory duckdb database and write queries against it.
view_csv(csv_file_path, table_name = "csv_file")
A string. The csv file path.
A string. The name of the table in the duckdb database.
A shiny app instance.