parse_scopus | R Documentation |
Parse and normalize SCOPUS data downloaded manually (as csv or excel files) from https://www.scopus.com/search/form.uri?display=basic#basic.
parse_scopus(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", "EMBASE.csv")) parse_embase(dataRaw) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.