Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.02 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.02 KB

Text Analysis with @WeAreRLadies

This repo contains materials from @WeAreRLadies text analysis talk presented to R-Ladies Chicago.

The script follows tutorials from Text Mining with R.

@WeAreRLadies is the rotating curation account of R-Ladies Global.

The Data

the .csv file contains tweets from @WeAreRLadies from August 2018 thru June 2019. It has the following columns:

  • Tweet.id
  • Tweet.permalink
  • Tweet.text
  • date
  • time_only
  • time (timestamp with both date and time)
  • impressions
  • engagements
  • engagement.rate (calculated as engagement / impressions)
  • retweets
  • replies
  • likes
  • Start (curator start date)
  • End (curator end date)
  • Curator (curator name)
  • Twitter (curator twitter handle)
  • Student (self-reported student status, 1=Student; 0=Not a student)