Skip to contents

Upload a csv file to a in-memory duckdb database and write queries against it.

Usage

view_csv(csv_file_path, table_name = "csv_file")

Arguments

csv_file_path

A string. The csv file path.

table_name

A string. The name of the table in the duckdb database.

Value

A shiny app instance.