read_twitter_csv function

Read comma separated value Twitter data.

Read comma separated value Twitter data.

Reads Twitter data that was previously saved as a CSV file.

read_twitter_csv(file, unflatten = FALSE)

Arguments

  • file: Name of CSV file.
  • unflatten: Logical indicating whether to unflatten (separate hasthags and mentions columns on space, converting characters to lists), defaults to FALSE.

Returns

A tbl data frame of Twitter data

See Also

rtweet-deprecated

Other datafiles: flatten(), write_as_csv()

  • Maintainer: Lluís Revilla Sancho
  • License: MIT + file LICENSE
  • Last published: 2024-02-24