R/print.R

Defines functions print.graphTweets

#' @export
print.graphTweets <- function(x, ...) {
  hidden <- attr(x, "hidden")
  print(x[!names(x) %in% hidden], ...)
}

Try the graphTweets package in your browser

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

graphTweets documentation built on Jan. 8, 2020, 9:07 a.m.