View source: R/Record_management.R
parse_wos | R Documentation |
Parse and normalize Web of Science data downloaded manually (as CSV or Excel files) from https://www.webofknowledge.com.
parse_wos(entries, timestamp = now())
entries |
An imported data frame. |
timestamp |
A timestamp as provided by |
A data frame with the parsed data.
## Not run: dataRaw <- import_data(file.path("Records", "Session 1", "Query", "WOS.csv")) parse_wos(dataRaw) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.