import_wos_files: Import and Merge Web of Science Files into a Data Frame

Description Usage Arguments Details Value Author(s) See Also Examples

Description

This function imports and if there is more than one file in the user selected directory automatically merges Web of Science files. This is all put into a data frame. Moreover, all duplicated records are automatically removed.

Usage

1
import_wos_files(files_directory)

Arguments

files_directory

a character vector giving the folder path in which all the Web of Science files to be imported into a data frame can be found. This folder should contain only the files to be imported.

Details

No details for now.

Value

data frame of 62 columns and a number of row equal to the number of unique records.

Author(s)

Maxime Rivest

See Also

scimeetr and import_scopus_files.

Examples

1
2
3
4
5
## Not run: Since this example shows how to load WOS from your system we need to run the following line to find the path to the exemple file 
fpath <- system.file("extdata", package="scimeetr") 
fpath <- paste(fpath, "/wos_folder/", sep = "") 
## Not run: Then we can run the actual example 
wos_df <- import_wos_files(files_directory = fpath)

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