<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jun 27, 2014 at 8:26 AM, Ross Ahmed <span dir="ltr"><<a href="mailto:rossahmed@googlemail.com" target="_blank">rossahmed@googlemail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div style="word-wrap:break-word;color:rgb(0,0,0);font-size:14px;font-family:Calibri,sans-serif">
<div>Lets say I have a file on desktop called called ‘test.csv’. I discovered by accident that if I drag ‘test.csv’ to an R file, this code is pasted into the R file:</div><div><br></div><div><div>read.csv(file = "../../../../Desktop/test.csv", header = TRUE, stringsAsFactors = FALSE)</div>
</div><div><br></div><div>But if the file is a .xls file, only this get pasted into the R file:</div><div><br></div><div>/Users/rossahmed/Desktop/test.xls</div><div><br></div><div>How can I add a command that, when I drag a .xls file into an R file, this get pasted in:</div>
<div><br></div><div>read.xls("/Users/rossahmed/Desktop/test.xls")</div></div></blockquote><div><br></div><div>You will need to add a new "File Drop Action" to the R bundle. Have a look at the "read.csv (*.csv)" action in the Bundle Editor (TM2 <i>Bundle → Edit Bundles.. → R → File Drop Action → read.csv (*.csv))</i>. To create a new "File Drop Action" use <i>⌘N → Drag Command.</i></div>
<div><br></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
_______________________________________________<br>
textmate mailing list<br>
<a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a><br>
<a href="http://lists.macromates.com/listinfo/textmate" target="_blank">http://lists.macromates.com/listinfo/textmate</a><br></blockquote></div><br></div></div>