nb_refs {Diderot}R Documentation

Function to calculate the number of citations in a bibliographic database

Description

This function output the number of records and citations in a bibliographic database, and returns the latter.

Usage

nb_refs(db)

Arguments

db

Bibliographic database

Value

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)


[Package Diderot version 0.13 Index]