spod_get_temp_dir: Get temporary directory for DuckDB intermediate spilling

View source: R/folders.R

spod_get_temp_dirR 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 spod_get_data_dir().

Value

A character string with the path to the temp folder for DuckDB for intermediate spilling.


spanishoddata documentation built on April 12, 2025, 1:24 a.m.