isfilelist: Checks whether datadir is a directory or a vector with...

Description Usage Arguments Value Examples

View source: R/isfilelist.R

Description

Checks whether argument datadir used in various other functions in GGIR is the name of a directory that includes data files or whether it is a vector with the full paths to one or more data files

Usage

1
isfilelist(datadir)	

Arguments

datadir

Argument datadir as used in various other functions in GGIR

Value

Boolean whether it is a list of files (TRUE) or not (FALSE)

Examples

1
2
3
4
## Not run: 
isitafilelist = isfilelist(datadir)

## End(Not run)

PeteJWatson/ggircal documentation built on Nov. 24, 2021, 11:14 a.m.