get.idDocs | R Documentation |
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, ...)
db |
Object of |
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
|
CreateDB.wos
, filter
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.