Description Usage Arguments Details Value Author(s)
The function that determines whether the project has successfully matching files
1 2 3 4 5 6 7 8 9 | search.FileDetail.loop(
project,
keywords = "",
filetype = " ",
file.size.min = 0,
file.size.max = 99999999999,
all = FALSE,
use.regex = FALSE
)
|
project |
The project to search the files through |
keywords |
The word or words the user is searching for in files |
filetype |
The category of file. Categories are described by Pride |
file.size.min |
The lower range of file memory size |
file.size.max |
The upper range of file memory size |
all |
Determines whether the to match using ALL or ANY logic. Defaults to ANY |
use.regex |
Determines whether the keywords are regex patterns or should be matched literally |
i dunno
the project list of successful matches
Tremayne Booker
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.