R/generics.R, R/methods_collection.R
do_search_collection-methods.RdSearch a collection for one or multiple unique ids
do_search_collection(obj, uuid) # S4 method for Collection do_search_collection(obj, uuid)
| obj | Collection object to search in |
|---|---|
| uuid | one or multiple unique ids to search for |
Object of class Collection containing the objects that were searched for
# NOT RUN { # Get data data("company_descriptions") # Put text in a list txt <- lapply(company_descriptions, function(x) x$desc) # Fingerprint documents txt_fp <- do_fingerprint_document(unname(txt)) # Search for # }