我正在尝试使用Elasticsearch
将数据上传到R
。
我正在使用弹性包装来执行此操作。我也尝试过通过代理设置。但是我仍然无法连接到服务器。
我正在使用以下代码:
proxy <- use_proxy("http://xxx.xx.xx.xxx",port = xxxx, username = "xxxxx@xxx.com",
password = "xxxxxxxx")
elasticon <- connect(headers = proxy)
我收到以下错误消息:
curl :: handle_setheaders(opts $ url $ handle,.list = opts $ headers)中的错误: 所有标头必须为字符串。