split - Splitting data from a data.frame of length 1 by using a delimiter in R -
i imported text file r, , have data frame of length 1. had 152 reviews separated * character in text file. each review paragraph long. how can data frame of length 152, each review being 1 in data frame ? used line import file r : myreviews <- read.table("c:/users/norbert/desktop/research/important files/airline reviews/reviews/air_can_review.txt", header=false,sep="*") ( myreview has length if 1 here.)... need 152, number of reviews inside text file. how can split data data frame "*" delimiter, or import text file correctly putting data frame of length 152 instead of 1. edit : example of data i have 152 of kind of data, separated "*" : i boarded air canada flight ac 7354 washington dca next morning, april 13th. after arriving @ dca, discovered dismay suitcase had checked in @ tel aviv not on flight. spent 5 hours @ pearson trying sort out mess resulting bumped connection. *first time in 40 years fly air canada. l...