as.scimeetr: From data frame to scimeetr

Description Usage Arguments Value See Also Examples

Description

as.scimeetr() let's you make a scimeetr object from a valid data frame. To be valid a data frame must contain at least the 14 following columns: CR (cited references), UT (unique id), C1 (authors' affiliations), DE (author keywords), ID (index keywords), AU (authors), JI (abbreviated source title), SO (source title), VL (volume), PY (publication year), BP (page start), TI (title), AB (abstract), TC (total citation). See scimeetr_list$com1$dfsci for the appropriate format of each of these columns.

Usage

1
as.scimeetr(dfsci)

Arguments

dfsci

A dataframe, which can be derived from a data frame contained within a scimeetr object.

Value

An object of class scimeetr.

See Also

scimeetr, import_wos_files and import_scopus_files.

Examples

1
2
sub_dfsci <- subset(scimeetr_list$com1$dfsci, TC > 3)
my_scimeetr_obj <- as.scimeetr(sub_dfsci)

MaximeRivest/scimeetr documentation built on May 8, 2019, 9:51 a.m.