file_wd_check: Check if a file exists in the current working directory

View source: R/utilities.R

file_wd_checkR Documentation

Check if a file exists in the current working directory

Description

Check if a file exists in the current working directory

Usage

file_wd_check(name)

Arguments

name

filename including file extension to be checked.

Value

TRUE/FALSE if file exists in the current working directory.

Author(s)

Dillon Hammill, Dillon.Hammill@anu.edu.au

Examples

file_wd_check("gatingTemplate.csv")


DillonHammill/CytoExploreR documentation built on March 2, 2023, 7:34 a.m.