Re: [R] Need Help - R Programming - Using iteration value to change field names for processing for every iteraion

2017-05-30 Thread Manjusha Joshi
Hello Vijaya, On Tue, May 30, 2017 at 12:32 PM, Vijaya Kumar Regati < vijayakumar.reg...@m3bi.com> wrote: > Hi, > > I am new to R programming, I am trying to work on below requirement. But > could not achieve desired result. > Appreciate if someone can help me on this : > > test dataframe : > D

Re: [R] Grabbing Specific Words from Content (basic text mining)

2013-01-14 Thread Manjusha Joshi
Hello, > > Suppose I have a data frame with mixed content (name age and address). > > a<-"Name: John Smith Age: 35 Address: 32, street, sub, something" > b<-data.frame(a) > > Since it is dataframe, assumption is you stored data in the columns as Name, Age, Address, sub etc. > 1. The question is