Learn R Programming

metabodecon (version 1.6.2)

tmpdir: Temporary Session Directory

Description

Returns the path to metabodecon's temporary session directory. This directory equals subdirectory 'metabodecon' of R's temporary session directory base::tempdir() plus additional path normalization.

Usage

tmpdir(subdir = NULL, create = FALSE)

Value

Returns the path to the temporary session directory.

Arguments

subdir

Optional subdirectory within the temporary session directory.

create

Whether to create the directory if it does not yet exist.

Author

2024-2025 Tobias Schmidt: initial version.

See Also

datadir_temp() datadir_persistent()

Examples

Run this code
tmpdir()
tmpdir("simulate_spectra")

Run the code above in your browser using DataLab