mkdir: Create directory

Description Usage Arguments

View source: R/utils.r

Description

A simple utility function that creates directory recursively. This simulates the behaviour of the Unix command mkdir -p. If directory exists, no error or warning is reported, unlike with the base function dir.create which throws an error.

Usage

1

Arguments

dir

a directory to be created


bioDS/phyloRNA documentation built on Feb. 21, 2022, 3:28 p.m.