Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图googleway::google_places在 R 中使用功能,但我不知道如何设置代理选项。
googleway::google_places
我相信 googleway 使用包curl而不是rcurl.
curl
rcurl
我得到错误: 无法检索结果。没有有效的互联网连接(使用 curl::has_internet() 测试)
我的代码:
google_places(search_string = "Agence societe Generale, Paris 75015", key = key)