query_item_in_folder {sbtools} | R Documentation |
Search within an SB folder
Description
Search for text in the title, abstract, etc. within an SB folder and any subfolders.
Usage
query_item_in_folder(text, folder, ..., limit = 20)
Arguments
text |
text in the title, abstract, etc. of the desired item |
folder |
an SB item ID for the folder to search in |
... |
Additional parameters are passed on to |
limit |
Max number of matching items to return |
Value
A list of matching items as sbitem objects.
[Package sbtools version 1.3.2 Index]