I am looking for importing a database into R Studio without having the sentences been compacted in one line, can someone help?
Example: In a single excel cells I have the following:
She went on holiday
He decided to eat an apple
Whereas in R Studio when I import the database I get:
She went on holiday He decided to eat an apple
The code I am using for importing is:
df <- as.data.frame(read_excel("/mypath.xlsx"))
What I have and would like to keep the format on R: