Learn R Programming

spanishoddata (version 0.2.0)

spod_get_temp_dir: 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())

Value

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

Arguments

data_dir

The directory where the data is stored. Defaults to the value returned by spod_get_data_dir().