Skip to content
This repository was archived by the owner on Apr 11, 2019. It is now read-only.
This repository was archived by the owner on Apr 11, 2019. It is now read-only.

Error in setup_twitter_oauth #135

@kimanastacio

Description

@kimanastacio

So, I'm trying to use Twitter's API but all I get is "Error: could not find function "setup_twitter_oauth"
Here's what I'm running in RStudio:

library(twitteR)
library(wordcloud)
library(tm)
library(plyr)

consumer_key <- 'xxxxxxxx'
consumer_secret <- 'xxxxxx'
access_token <- 'xxxx-xxxx'
access_secret <- 'xxxxx'

setup_twitter_oauth  (consumer_key,
                    consumer_secret,
                    access_token,
                    access_secret)

I saw some questions like mine, but none of them worked. Wondering if someone has an updated solution (:

thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions