Executes COPY <table> FROM '<path>' using LadybugDB's built-in CSV loader.
The table must already exist.
Arguments
- conn
An
lb_connectionobject.- path
Character. Absolute path to a CSV file. The file must be accessible from the process running LadybugDB.
- table
Character. The name of the target node or relationship table.
- header
Logical. Does the CSV file have a header row? Default
TRUE.- delim
Character. Field delimiter. Default
",".
