spod_get_temp_dir | R Documentation |
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.
spod_get_temp_dir(data_dir = spod_get_data_dir())
data_dir |
The directory where the data is stored. Defaults to the value returned by |
A character
string with the path to the temp folder for DuckDB
for intermediate spilling.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.