Skip to content
This repository has been archived by the owner on Nov 10, 2024. It is now read-only.

could not find function "clean_tweets" #295

Closed
rmoor opened this issue Oct 14, 2018 · 1 comment
Closed

could not find function "clean_tweets" #295

rmoor opened this issue Oct 14, 2018 · 1 comment

Comments

@rmoor
Copy link

rmoor commented Oct 14, 2018

### Problem

I managed to extract tweets from twitter. But the clean_tweets function seems not existing.

rt <- search_tweets ("#Monday", n = 100, include_rts = FALSE)

Searching for tweets...
Finished collecting tweets!

rt = clean_tweets(rt)
Error in clean_tweets(rt) : could not find function "clean_tweets"

### rtweet version

packageVersion("rtweet")
[1] ‘0.6.8’

@llrs llrs mentioned this issue Feb 15, 2021
@llrs
Copy link
Collaborator

llrs commented Feb 15, 2021

I can't reproduce the problem. Perhaps it is a function that was exported at some point and it is no longer exported?

@llrs llrs closed this as completed Feb 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants