Description Usage Arguments Value Examples
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
1 | isfilelist(datadir)
|
datadir |
Argument datadir as used in various other functions in GGIR |
Boolean whether it is a list of files (TRUE) or not (FALSE)
1 2 3 4 | ## Not run:
isitafilelist = isfilelist(datadir)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.