mkdate: Creates a file path from a name, directory, and extension,...

Description Usage Arguments Value Examples

View source: R/dirfns.R

Description

Creates a file path from a name, directory, and extension, then recursively creates each directory in the path. By default, the path is placed in a directory with today's date.

Usage

1
mkdate(filename, ext, path = ".", append.date = T)

Arguments

filename

The output file name.

ext

The file extension.

path

The path to the output file.

append.date

Whether to write the output to a directory with today's date.

Value

The output file path.

Examples

1
mkdate("example","txt",path="path/to")

kewiechecki/atacSeqFns documentation built on Sept. 27, 2020, 8:25 a.m.