create_dir: Create directory

View source: R/create_dir.R

create_dirR Documentation

Create directory

Description

This function creates a directory at the specified path if it does not already exist.

Usage

create_dir(export)

Arguments

export

Path to the directory to be created

Value

Message indicating the status of directory creation

Examples

## Not run: 
create_dir(export = "path/to/directory_of_file")

## End(Not run)

taxonomicallyinformedannotation/tima-r documentation built on Feb. 13, 2025, 9:01 p.m.