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, ...)

Arguments

db

Object of class wos.db, as returned by CreateDB.wos.

idAuthors

optional; author identifiers

idCategories

optional; categories identifiers

idAreas

optional; areas identifiers

idAddresses

optional; addresses identifiers

idSources

optional; sources identifiers

...

Logical predicates. Multiple conditions are combined with & (see filter)

See also