Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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. }