setSavedir {easybio} | R 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 |
Value
The path to the newly created or existing directory.
[Package easybio version 1.1.1 Index]