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

Commit

Permalink
edit documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mkearney committed May 16, 2019
1 parent 62f7cf7 commit 079cf2c
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 12 deletions.
13 changes: 7 additions & 6 deletions R/premium.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ format_from_to_date <- function(x = NULL) {
#' saved. If the directory doesn't exist, it will be created. If NULL (the
#' default) then a dir will be created in the current working directory. To
#' override/deactivate safedir set this to FALSE.
#' @param token A token associated with a user-created APP (requires a developer
#' account), which is converted to a bearer token in order to make premium
#' API requests
#'
#' @details
#'
Expand All @@ -62,9 +65,8 @@ format_from_to_date <- function(x = NULL) {
#' account visit \url{https://developer.twitter.com}.
#'
#' @section Search operators:
#'
#' \emph{Note: Bolded operators ending with a colon should be immediately followed by
#' a word or quoted phrase (if appropriate)–e.g.,} \code{lang:en}
#' \emph{Note: Bolded operators ending with a colon should be immediately
#' followed by a word or quoted phrase (if appropriate)–e.g.,} \code{lang:en}
#'
#' Matching on Tweet contents by keyword:
#'
Expand Down Expand Up @@ -170,9 +172,8 @@ search_fullarchive <- function(q, n = 100, fromDate = NULL, toDate = NULL,
#' account visit \url{https://developer.twitter.com}.
#'
#' @section Search operators:
#'
#' \emph{Note: Bolded operators ending with a colon should be immediately followed by
#' a word or quoted phrase (if appropriate)–e.g.,} \code{lang:en}
#' \emph{Note: Bolded operators ending with a colon should be immediately
#' followed by a word or quoted phrase (if appropriate)–e.g.,} \code{lang:en}
#'
#' Matching on Tweet contents by keyword:
#'
Expand Down
9 changes: 6 additions & 3 deletions man/search_30day.Rd

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

9 changes: 6 additions & 3 deletions man/search_fullarchive.Rd

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

Binary file removed premium-20190514/20190514143103-1.rds
Binary file not shown.
Binary file removed premium-20190514/20190514143104-2.rds
Binary file not shown.

0 comments on commit 079cf2c

Please sign in to comment.