You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
434B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/tweet_io.R
  3. \name{get_user_info}
  4. \alias{get_user_info}
  5. \title{Get user info}
  6. \usage{
  7. get_user_info(tweets = NULL, file = getOption("gathertweet.file",
  8. "tweets.rds"), dir_profile_images = NULL)
  9. }
  10. \arguments{
  11. \item{file}{The file where tweets are located. The text \code{_users} is
  12. automatically appended to this file name.}
  13. }
  14. \description{
  15. Get user info
  16. }