validate_path: Validate path

View source: R/utilities.R

validate_pathR Documentation

Validate path

Description

Use dir.exists to determine whether the input path is valid and returns an error message if not.

Usage

validate_path(path)

Arguments

path

A character string specifying a path to the dataset working directory.

Value

A warning message if the path leads to a non-existant directory.


EDIorg/EMLassemblyline documentation built on Nov. 5, 2022, 4:35 a.m.