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

v0.2.1

Compare
Choose a tag to compare
@bretsw bretsw released this 14 Dec 17:28
· 130 commits to main since this release
3f3c49b

NEW FEATURES

  • Added a new function filter_by_tweet_type() to filter a Twitter dataset to only include statuses of a particular type (e.g., replies, retweets, quote tweets, mentions)
  • Updated the function create_edgelist() to take a "type" argument (e.g., "reply", "retweet", "quote", "mention", "all"). This replaces the need for specialized functions like create_mentions_edgelist().