Re: [R] Finding strings in a dataset

2021-05-16 Thread Tuhin Chakraborty
Thank you. This possibly will work. Tuhin Chakraborty PhD Geology & Geophysics Indian Institute Of Technology, Kharagpur Kharagpur-721302 On Sun, May 16, 2021 at 1:58 PM Rui Barradas wrote: > Hello, > > You can also create an extra column with the column names corresponding > t

Re: [R] Finding strings in a dataset

2021-05-15 Thread Tuhin Chakraborty
; or the integer offset of a match such as telling you it is the fifth item. > > R has collections of string functions including in packages like > stringr/stringi that deal well with many things you might need. For > matching > patterns, there is a family of functions using "gr

[R] Finding strings in a dataset

2021-05-15 Thread Tuhin Chakraborty
Hi, How can I find the location of string data in my 2D dataset? spec(Dataset) will reveal the columns that contain the strings. But can I know where exactly the string values are in the column? [[alternative HTML version deleted]] __ R-help@r-p