Learn R Programming

cora (version 0.1.0)

cora: CORA data set

Description

This provides a record linkage data set with information about different CORA research papers.

Usage

cora

Arguments

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

Run this code
# NOT RUN {
head(cora)
dim(cora)

# }

Run the code above in your browser using DataLab