get.idDocs
returns the document identifiers (values of the db$Docs$idd
variable)
corresponding to identifiers of authors (values of db$Authors$ids
), categories (...), areas (...),
addresses (...) and/or sources (...). Multiple conditions are combined with &.
get.idDocs(db, idAuthors, idCategories, idAreas, idAddresses, idSources)
get.idAuthors(db, ...)
get.idAddresses(db, ...)
get.idAreas(db, ...)
get.idCategories(db, ...)
get.idSources(db, ...)
Object of class
wos.db
, as returned by CreateDB.wos
.
optional; author identifiers
optional; categories identifiers
optional; areas identifiers
optional; addresses identifiers
optional; sources identifiers
Logical predicates. Multiple conditions are combined with & (see
filter
)