buildpathFileAndNameValid: creates the full path to an existing file in a directory

Description Usage Arguments Value Examples

View source: R/buildpathFileAndNameValid.R

Description

creates the full path to an existing file in a directory

Usage

1
buildpathFileAndNameValid(pathFile, nameFileImag)

Arguments

pathFile

: string (path)

nameFileImag

: string (file name)

Value

NULL or string (full path)

Examples

1
2
3
pathFile <- "C:/Images"
nameFileImag <- "Image.bmp"
buildpathFileAndNameValid(pathFile, nameFileImag)

DanGit01/ToImagen documentation built on May 29, 2019, 1:51 a.m.