Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUpdate bdh.R Example #93
Conversation
The BDH() example for an options field doesn't work as per the manual:
```
Error: Enumeration type could not be found for MONTHLY
```
The correct override name is **opt <- c("periodicitySelection"="MONTHLY")**
|
Thank you -- looks good. That is the problem of the lack of unit tests ... |
|
Nice catch. I am so sure I tested this before putting into the examples section. Oh well. |
|
(You did forget to run |
The BDH() example for an options field doesn't work as per the manual:
The correct override name is opt <- c("periodicitySelection"="MONTHLY")