我正在設置一個R會話來下載twitter feeds。我找到了引用'未找到對象OAuthFactory'的步驟。我有安裝程序和軟件包所需的所有庫:這裏是我的代碼r編程--- twitteR OAuthFactory對象錯誤
my.key <- "xxx"
#consumer secret
my.secret <- "xxx"
cred <- OAuthFactory$new(consumerKey=my.key, consumerSecret=my.secret,
requestURL = 'https://api.twitter.com/oauth/request_token',
accessURL = 'https://api.twitter.com/oauth/access_token',
authURL = 'https://api.twitter.com/oauth/authorize')
Error: object 'OAuthFactory' not found
感謝您的幫助提前!
''OAuthFactory不PKG:Twitter的。我認爲錯誤導致未能加載具有特定功能的軟件包應該被關閉爲等同於錯別字。 –