read_cto: Read Citation Overview (CTO) File

View source: R/read_cto.R

read_ctoR Documentation

Read Citation Overview (CTO) File

Description

Read Citation Overview (CTO) File

Usage

read_cto(file)

read_cto_long(file)

Arguments

file

CSV of CTO export from Scopus

Value

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

Examples

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

muschellij2/rscopus documentation built on Feb. 4, 2024, 10:40 p.m.