在R中使用带有参数' Exp'的getOptionChain()函数时出错。

时间:2017-07-02 18:38:18

标签: r options quantmod

使用带有par' exp'的getOptionChain()函数时收到以下错误,例如

 getOptionChain("AAPL",Exp=NULL) or getOptionChain("AAPL",Exp="2017"):

上面的代码产生了这个错误:

  

getOptionChain出错(" AAPL",Exp =" 2017"):未使用的参数   (Exp =" 2017")

没有任何参数的调用只能从雅虎检索2个不同的到期日 我用的是:
R版本3.2.3(2015-12-10) 平台:x86_64-w64-mingw32 / x64(64位) quantmod_0.4-9

任何建议和建议将不胜感激

1 个答案:

答案 0 :(得分:0)

我在CRAN(0.4-10)上使用当前版本的quantmod时没有出错。也许你需要升级?

---
- hosts: db_server
  tasks:
    - ping:
      register: result

    - debug: var=hostvars[item].result
      with_items: "{{ groups['db_server'] }}"