search.FileDetail.loop: The function that determines whether the project has...

Description Usage Arguments Details Value Author(s)

View source: R/file.R

Description

The function that determines whether the project has successfully matching files

Usage

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
)

Arguments

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

Details

i dunno

Value

the project list of successful matches

Author(s)

Tremayne Booker


booker-tremayne/new-prideR documentation built on Dec. 19, 2021, 10:48 a.m.