filePresent: checks if a given file exists in a directory

Description Usage Arguments Value Examples

View source: R/GrapleR.R

Description

checks if a given file exists in a directory

Usage

1
filePresent(dirPath, fileName)

Arguments

dirPath

A Directory path

fileName

File name

Value

A boolean value indicating whether a file is present or not

Examples

1
filePresent('C:/ExpRoot/Exp1/mySim', 'met_hourly.csv')

GRAPLE/GRAPLEr documentation built on Oct. 7, 2020, 4:12 p.m.