parse_wos: Parse Web of Science raw data

View source: R/Record_management.R

parse_wosR Documentation

Parse Web of Science raw data

Description

Parse and normalize Web of Science data downloaded manually (as CSV or Excel files) from https://www.webofknowledge.com.

Usage

parse_wos(entries, timestamp = now())

Arguments

entries

An imported data frame.

timestamp

A timestamp as provided by lubridate::now().

Value

A data frame with the parsed data.

Examples

## Not run: 
dataRaw <- import_data(file.path("Records", "Session 1", "Query", "WOS.csv"))

parse_wos(dataRaw)

## End(Not run)

bakaburg1/BaySREn documentation built on March 30, 2022, 12:16 a.m.