nb_refs {Diderot} | R Documentation |
This function output the number of records and citations in a bibliographic database, and returns the latter.
nb_refs(db)
db |
Bibliographic database |
Returns the number of citations in the bibliographic database
Christian Vincenot (christian@vincenot.biz)
labels<-c("Corpus1","Corpus2")
# Build a bibliographical dataset from Scopus exports
db<-create_bibliography(corpora_files=c(tempfi1,tempfi2),
labels=labels, keywords=NA)
# NB refs
nb_refs(db)