58011/in-r-programming-language-how-do-i-export-data-in-txt
See this image for ways to export data to a file.
Hope it helps!
Try the following: read.table("~/SMSSpamCollection", header=TRUE, sep="\t") Change "~/" to the "ptah/to/your/file/" Mess around ...READ MORE
Hey @Ali, its very simple one line ...READ MORE
If A=1,2,3 and B=1,2,3,4 and C=20,44,39 in ...READ MORE
read.csv () function is used to read ...READ MORE
Basically here we are making an equation ...READ MORE
By assuming that all the values are ...READ MORE
For avoiding rowwise(), I prefer to use ...READ MORE
Basically all we have to do is ...READ MORE
Discretize function convert a continuous variable into ...READ MORE
Use edit function like below and pass ...READ MORE
OR
Already have an account? Sign in.