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

Commit

Permalink
Export some functions I missed
Browse files Browse the repository at this point in the history
  • Loading branch information
llrs committed Apr 14, 2023
1 parent 36c9ec1 commit f3d951c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: rtweet
Title: Collecting Twitter Data
Version: 1.2.0.9001
Version: 1.2.0.9002
Authors@R: c(
person("Michael W.", "Kearney", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-0730-4694")),
Expand Down
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ export(tweet_fields)
export(tweet_get)
export(tweet_liking_users)
export(tweet_retweeted_by)
export(tweet_search_all)
export(tweet_search_recent)
export(tweet_shot)
export(tweet_threading)
export(tweets_data)
Expand Down
3 changes: 3 additions & 0 deletions R/tweet_search.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#' Search in the Twitter archive
#'
#' @inheritParams tweet_retweeted_by
#' @inheritParams tweet_get
#' @param query One query for matching Tweets.
#' @note OAuth2.0 requires tweet.read and users.read permissions.
#' @export
#' @references <https://developer.twitter.com/en/docs/twitter-api/tweets/search/api-reference/get-tweets-search-all>
#' @examples
#' if (FALSE) {
Expand Down Expand Up @@ -43,6 +45,7 @@ tweet_search_all <- function(query, n = 500, expansions = NULL, fields = NULL,
#' @inheritParams tweet_retweeted_by
#' @inheritParams tweet_get
#' @param query One query for matching Tweets.
#' @export
#' @note OAuth2.0 requires tweet.read and users.read permissions.
#' @references <https://developer.twitter.com/en/docs/twitter-api/tweets/search/api-reference/get-tweets-search-recent>
#' @examples
Expand Down
2 changes: 1 addition & 1 deletion man/rtweet_client.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f3d951c

Please sign in to comment.