Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Commit

Permalink
Merge pull request #57 from cjbarrie/barrie-branch
Browse files Browse the repository at this point in the history
Fix documentation descriptions
  • Loading branch information
cjbarrie authored Apr 29, 2021
2 parents 29b7898 + 7ab9287 commit 7c2b4a2
Show file tree
Hide file tree
Showing 24 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion R/build_queryv2.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#'
#' Build tweet query according to targeted parameters, can then be input to main \code{\link{get_all_tweets}} function as query parameter.
#'
#' @param query string, search query
#' @param query string or character vector, search query or queries
#' @param is_retweet If `TRUE`, only retweets will be returned; if `FALSE` retweets will not be returned
#' @param is_reply If `TRUE`, only reply tweets will be returned
#' @param is_quote If `TRUE`, only quote tweets will be returned
Expand Down
2 changes: 1 addition & 1 deletion R/get_all_tweetsv2.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#' User-level data is stored as a series of JSONs beginning "users_". If a filename is supplied, this function will
#' save the result as a RDS file, otherwise, it will return the results as a data.frame.
#'
#' @param query string, search query
#' @param query string or character vector, search query or queries
#' @param start_tweets string, starting date
#' @param end_tweets string, ending date
#' @param bearer_token string, bearer token
Expand Down
2 changes: 1 addition & 1 deletion R/get_bbox_tweetsv2.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#' save the result as a RDS file, otherwise, it will return the results as a data.frame.
#' Note: width and height of the bounding box must be less than 25mi.
#'
#' @param query string, search query
#' @param query string or character vector, search query or queries
#' @param bbox numeric, a vector of four bounding box coordinates from west longitude to north latitude
#' @param start_tweets string, starting date
#' @param end_tweets string, ending date
Expand Down
2 changes: 1 addition & 1 deletion R/get_country_tweetsv2.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#' JSONs beginning "users_". If a filename is supplied, this function will
#' save the result as a RDS file, otherwise, it will return the results as a data.frame.
#'
#' @param query string, search query
#' @param query string or character vector, search query or queries
#' @param country, string, name of country as ISO alpha-2 code e.g. "GB"
#' @param start_tweets string, starting date
#' @param end_tweets string, ending date
Expand Down
2 changes: 1 addition & 1 deletion R/get_geo_tweetsv2.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#' path as a series of JSONs beginning "data_"; User-level data is stored as a series of JSONs beginning "users_".
#' If a filename is supplied, this function will save the result as a RDS file, otherwise, it will return the results as a dataframe.
#'
#' @param query string, search query
#' @param query string or character vector, search query or queries
#' @param start_tweets string, starting date
#' @param end_tweets string, ending date
#' @param bearer_token string, bearer token
Expand Down
2 changes: 1 addition & 1 deletion R/get_image_tweetsv2.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#' of JSONs beginning "users_". If a filename is supplied, this function will save the result as a RDS file,
#' otherwise, it will return the results as a dataframe.
#'
#' @param query string, search query
#' @param query string or character vector, search query or queries
#' @param start_tweets string, starting date
#' @param end_tweets string, ending date
#' @param bearer_token string, bearer token
Expand Down
2 changes: 1 addition & 1 deletion R/get_lang_tweetsv2.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#' JSONs beginning "users_". If a filename is supplied, this function will
#' save the result as a RDS file, otherwise, it will return the results as a data.frame.
#'
#' @param query string, search query
#' @param query string or character vector, search query or queries
#' @param lang, string, a single BCP 47 language identifier e.g. "fr"
#' @param start_tweets string, starting date
#' @param end_tweets string, ending date
Expand Down
2 changes: 1 addition & 1 deletion R/get_media_tweetsv2.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#' series of JSONs beginning "users_". If a filename is supplied, this function will save the result
#' as a RDS file, otherwise, it will return the results as a dataframe.
#'
#' @param query string, search query
#' @param query string or character vector, search query or queries
#' @param start_tweets string, starting date
#' @param end_tweets string, ending date
#' @param bearer_token string, bearer token
Expand Down
2 changes: 1 addition & 1 deletion R/get_mentions_tweetsv2.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#' JSONs beginning "users_". If a filename is supplied, this function will save the result as a RDS file, otherwise,
#' it will return the results as a dataframe.
#'
#' @param query string, search query
#' @param query string or character vector, search query or queries
#' @param start_tweets string, starting date
#' @param end_tweets string, ending date
#' @param bearer_token string, bearer token
Expand Down
2 changes: 1 addition & 1 deletion R/get_place_tweetsv2.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#' JSONs beginning "users_". If a filename is supplied, this function will
#' save the result as a RDS file, otherwise, it will return the results as a data.frame.
#'
#' @param query string, search query
#' @param query string or character vector, search query or queries
#' @param place, string, name of place e.g. "new york city"
#' @param start_tweets string, starting date
#' @param end_tweets string, ending date
Expand Down
2 changes: 1 addition & 1 deletion R/get_radius_tweetsv2.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#' save the result as a RDS file, otherwise, it will return the results as a data.frame.
#' Note: radius must be less than 25mi.
#'
#' @param query string, search query
#' @param query string or character vector, search query or queries
#' @param radius numeric, a vector of two point coordinates latitude, longitude, and point radius distance (in miles)
#' @param start_tweets string, starting date
#' @param end_tweets string, ending date
Expand Down
2 changes: 1 addition & 1 deletion R/get_video_tweetsv2.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#' as a series of JSONs beginning "users_". If a filename is supplied, this function will save the
#' result as a RDS file, otherwise, it will return the results as a dataframe.
#'
#' @param query string, search query
#' @param query string or character vector, search query or queries
#' @param start_tweets string, starting date
#' @param end_tweets string, ending date
#' @param bearer_token string, bearer token
Expand Down
2 changes: 1 addition & 1 deletion man/build_query.Rd

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

2 changes: 1 addition & 1 deletion man/get_all_tweets.Rd

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

2 changes: 1 addition & 1 deletion man/get_bbox_tweets.Rd

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

2 changes: 1 addition & 1 deletion man/get_country_tweets.Rd

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

2 changes: 1 addition & 1 deletion man/get_geo_tweets.Rd

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

2 changes: 1 addition & 1 deletion man/get_image_tweets.Rd

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

2 changes: 1 addition & 1 deletion man/get_lang_tweets.Rd

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

2 changes: 1 addition & 1 deletion man/get_media_tweets.Rd

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

2 changes: 1 addition & 1 deletion man/get_mentions_tweets.Rd

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

2 changes: 1 addition & 1 deletion man/get_place_tweets.Rd

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

2 changes: 1 addition & 1 deletion man/get_radius_tweets.Rd

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

2 changes: 1 addition & 1 deletion man/get_video_tweets.Rd

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

0 comments on commit 7c2b4a2

Please sign in to comment.