View source: R/read_flex_report.R
read_flex_report | R Documentation |
Read reports returned by the Flex Web Service.
read_flex_report(file,
date.format = "yyyy-MM-dd",
time.format = "HH:mm:ss",
date.time.separator = ",",
..., fill = FALSE)
file |
character: filename for the downloaded report |
date.format |
string |
time.format |
string |
date.time.separator |
string |
... |
additional settings |
fill |
logical; see |
Reads CSV reports from Flex Queries.
a list of data.frames
Enrico Schumann
https://www.ibkrguides.com/clientportal/performanceandstatements/flex.htm
flex_web_service
## Not run:
file <- "~/Downloads/Net_Asset_Value_NAV_in_Base"
ans <- read_flex_report(file)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.