spod_get_temp_dir {spanishoddata} | R Documentation |
Get temporary directory for DuckDB intermediate spilling
Description
Get the The path to the temp folder for DuckDB for intermediate spilling in case the set memory limit and/or physical memory of the computer is too low to perform the query.
Usage
spod_get_temp_dir(data_dir = spod_get_data_dir())
Arguments
data_dir |
The directory where the data is stored. Defaults to the value returned by |
Value
A character
string with the path to the temp folder for DuckDB
for intermediate spilling.
[Package spanishoddata version 0.1.0 Index]