R のパッケージを使用しtwitteRているときに、次のエラーが発生します
Error in strsplit(response, "&") : non-character argument twitter
このコードを使用して oauth 資格情報を送信しようとすると
cred <- OAuthFactory$new(consumerKey=consumerKey, consumerSecret=consumerSecret,
requestURL=reqURL, accessURL=accessURL, authURL=authURL)
cred$handshake(cainfo=system.file("CurlSSL", "cacert.pem", package="RCurl"))
httpの代わりにを使用するとhttps、エラーが発生します
Error: Forbidden
私はWindowsマシンで作業しています。