| parse_ieee | R Documentation | 
Parse and normalize IEEE data downloaded manually (as csv or excel files) from https://ieeexplore.ieee.org/Xplore/home.jsp.
parse_ieee(entries, timestamp = now())
entries | 
 An imported data frame.  | 
timestamp | 
 A timestamp as provided by [lubridate::now().  | 
A data frame with the parsed data.
## Not run: dataRaw <- import_data(file.path( "Records", "Session 1", "Query", "IEEE.csv" )) parse_ieee(dataRaw) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.