setSavedir: Set a Directory for Saving Files

View source: R/misc.R

setSavedirR Documentation

Set a Directory for Saving Files

Description

This function sets a directory path for saving files, creating the directory if it does not already exist. The directory path is created with the given arguments, which are passed directly to file.path().

Usage

setSavedir(...)

Arguments

...

Arguments to be passed to file.path() to construct the directory path.

Value

The path to the newly created or existing directory.


easybio documentation built on Sept. 17, 2024, 1:08 a.m.