Learn R Programming

rscopus (version 0.8.1)

read_cto: Read Citation Overview (CTO) File

Description

Read Citation Overview (CTO) File

Usage

read_cto(file)

read_cto_long(file)

Value

A list of the data, year columns, and header information

Arguments

file

CSV of CTO export from Scopus

Examples

Run this code
file = system.file("extdata", "CTOExport.csv", package = "rscopus")
citations_over_time = read_cto(file)
citations_over_time = citations_over_time$data

Run the code above in your browser using DataLab