I have a character variable with long text. I can not see the full text of this variable (as shown in the image) in R Studio. Is there a way to display it?
You could save it as a .csv and then view the entire column that way.
write.csv(MyData, file = "MyData.csv")
Not sure if this is the best way, but it's my go-to when I have long strings of data in one column.
It seems like there is not.
Looking at the rstudio website I found the following:
https://support.rstudio.com/hc/en-us/community/posts/214222927-Resize-columns-of-the-data-viewer
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With