R/unnest_tweets.R

Defines functions unnest_tweets

Documented in unnest_tweets

#' Wrapper around unnest_tokens for tweets
#'
#' `r lifecycle::badge("deprecated")`
#'
#' @seealso
#' + [unnest_tokens()]
#'
#' @inheritParams unnest_tokens
#'
#' @param ... Extra arguments passed on to [tokenizers][tokenizers::tokenizers]
#'
#' @export
#' @keywords internal
#' @importFrom dplyr enquo
#'
unnest_tweets <- function(tbl, output, input, ...){
  lifecycle::deprecate_stop("0.4.0", "unnest_tokens()")
}

Try the tidytext package in your browser

Any scripts or data that you put into this service are public.

tidytext documentation built on Jan. 8, 2023, 1:12 a.m.