iexcloudR
iexcloudR copied to clipboard
iexcloud api wrapper
Hi there: I'm working on getting the API set up for the first time. I followed the instructions you lay out but encounter the following problem. Code below: install_github("schardtbc/iexcloudR") library("iexcloudR")...
Sample code: ``` library(iexcloudR) historyFor("AAPL") ``` returns an error: ``` Error: Column name `symbol` must not be duplicated. Run `rlang::last_error()` to see where the error occurred. ``` Are there any...
**Describe the bug** Call to `listSymbols()` returns error `Error: All nested columns must have the same number of elements.` **Expected behavior** A tibble with the list of symbols is returned...
**Describe the bug** Running the example in the README: `historyFor("AAPL")` returns an error (actually any symbol I use is returning the same error. ``` Error: Column name `symbol` must not...