parse_embase | R Documentation |
Parse and normalize EMBASE data downloaded manually (as csv or excel files) from https://www.embase.com/#advancedSearch/default.
parse_embase(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.