nb_refs function

Function to calculate the number of citations in a bibliographic database

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)

Arguments

  • db: Bibliographic database

Returns

Returns the number of citations in the bibliographic database

Author(s)

Christian Vincenot (christian@vincenot.biz)

Examples

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)
  • Maintainer: Christian Vincenot
  • License: GPL (>= 2)
  • Last published: 2020-04-19

Useful links