nb_refs: Function to calculate the number of citations in a...

Description Usage Arguments Value Author(s) Examples

View source: R/Diderot.R

Description

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

Usage

1
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

1
2
3
4
5
6
7
8
9
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)

Diderot documentation built on April 19, 2020, 4:16 p.m.