I got tweets from twitter API and now trying to clean my corpus but first want to see it in plain text. Instead it shows me something like this when i run: inspect(mycorpus[1:3])
[[1]]
<>
Metadata: 7
Content: chars: 89
[[2]]
<>
Metadata: 7
Content: chars: 74
[[3]]
<>
Metadata: 7
Content: chars: 95
how can i read my all tweets text?