Function to calculate the number of citations in a bibliographic database
This function output the number of records and citations in a bibliographic database, and returns the latter.
nb_refs(db)
db
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)
Useful links