Learn R Programming

Diderot (version 0.13)

nb_refs: 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

Examples

Run this code
# NOT RUN {
labels<-c("Corpus1","Corpus2")

# Build a bibliographical dataset from Scopus exports
db<-create_bibliography(corpora_files=c(tempfi1,tempfi2), 
                        labels=labels, keywords=NA)
# }
# NOT RUN {
# NB refs
nb_refs(db)

# }

Run the code above in your browser using DataLab