format_scopus: Builds a 'data.frame' containing publication info from an...

Description Usage Arguments Value See Also Examples

Description

This function takes the manually downloaded publication data from a Scopus query and formats it so that it can be combined with bibliographic data from other sources.

Usage

1

Arguments

x

A data.frame constructed from manually downloaded Scopus data.

Value

A data.frame formatted for combination with other sources of bibliographic data.

See Also

format_RISmed

Examples

1
2
3
4
5
## Not run: 
scopus_data <- utils::read.csv("your_scopus_data.csv", stringsAsFactors = FALSE)
form_s_data <- format_scopus(scopus_data)

## End(Not run)

graggsd/sysreviewR documentation built on May 16, 2019, 2:52 a.m.