path_check {bp}R Documentation

Compatibility Check for path Argument

Description

Compatibility Check for path Argument

Usage

path_check(path)

Arguments

path

A user-supplied string corresponding to the path location where the export is to be saved

Value

A formatted string corresponding to the proper binding of directory and base naming conventions. If user's path is invalid, path_check will throw an error.

Examples

## Not run: 
path = "~dir/abpm/"
path_check(path) # drops the trailing slash

## End(Not run)


[Package bp version 2.1.0 Index]