Skip to contents

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 &.

Usage

get.idDocs(
  db,
  ...,
  idSources,
  idAuthors,
  idAddresses,
  idOI,
  idRI,
  idAffiliations
)

get.idAuthors(db, ...)

get.idAddresses(db, ...)

get.idAreas(db, ...)

get.idCategories(db, ...)

get.idWSI(db, ...)

get.idSources(db, ..., idCategories, idAreas, idWSI)

get.idOI(db, ...)

get.idRI(db, ...)

get.idAffiliations(db, ...)

Arguments

db

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

...

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

idSources

optional; sources identifiers

idAuthors

optional; author identifiers

idAddresses

optional; addresses identifiers

idOI

optional; ORCID identifiers or codes (values of db$OI$OI)

idRI

optional; RI identifiers or codes (values of db$RI$RI)

idAffiliations

optional; affiliations identifiers or names (values of db$Affiliations$C3)

idCategories

optional; categories identifiers or names (values of db$Categories$WC)

idAreas

optional; research area identifiers or names (values of db$Areas$SC)

idWSI

optional; WoS Index identifiers or names (values of db$WSI$WE)

See also