How to read a file delimited by \ in R? -


i have file follows in text file

a\b\c\d\f  399\i 2017\11\m\09  491\i 2017\01\ma\161   4\i 2014\01\m\16 

in a, b, c, d , f names of variables.

try use without results

mv <- read.csv("p.txt", header=t, sep = "\") 


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -