Search for object names within a ConQuest System file object.
searchConQuestSys(searchString, mySys, value = TRUE, ignore.case = TRUE)
a string including object names mathching the search term
A string to search within the names of mySys.
An 'ACER ConQuest' system file object created using the conquestr::ConQuestSys function.
Should searchConQuestSys return the name of the object or its index.
Should searchConQuestSys ignore the case of the search term.