powered by
A named character list of DuckDB CSV reading configuration settings used by the package. This includes options such as type detection, delimiter, quote handling, sample size, and other parser flags. These reflect the values returned by config_csv.
config_csv
A named character list. Example names include:
character; "true"/"false"
character; types used for detection
character; buffer size in bytes
character; column names/types struct or empty
character; delimiter string
character; number of lines to skip
if (FALSE) { config_csv$all_varchar }
Run the code above in your browser using DataLab