read_cto {rscopus} | R 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
[Package rscopus version 0.6.6 Index]