cora {cora} | R Documentation |
CORA data set
Description
This provides a record linkage data set with information about different CORA research papers.
Usage
cora
Format
A data frame with 16 variables: id
, title
, book_title
, authors
, address
, date
, year
, editor
,journal
, volume
, pages
, publisher
, institution
, type
, tech
, note
.
This data set includes 1879 CORA research papers. It is appropriate for performing various types of record linkage and can be assessed by standard record linkage methods.
Examples
head(cora)
dim(cora)
[Package cora version 0.1.0 Index]