searchConQuestSys {conquestr} | R Documentation |
searchConQuestSys
Description
Search for object names within a ConQuest System file object.
Usage
searchConQuestSys(searchString, mySys, value = TRUE, ignore.case = TRUE)
Arguments
searchString |
A string to search within the names of mySys. |
mySys |
An 'ACER ConQuest' system file object created using the conquestr::ConQuestSys function. |
value |
Should searchConQuestSys return the name of the object or its index. |
ignore.case |
Should searchConQuestSys ignore the case of the search term. |
Value
a string including object names mathching the search term
[Package conquestr version 1.3.4 Index]