Re: [R] Open user's R function

2009-12-10 Thread Lisa
It works. Thank you for your help. Lisa David Winsemius wrote: > > > On Dec 10, 2009, at 5:19 PM, Lisa wrote: > >> >> Dear all, >> >> How can I open my own function in the R console window? For example, >> I have >> a function called my.function.r saved at the following directory >> >> >>

Re: [R] Open user's R function

2009-12-10 Thread David Winsemius
Except when you are using regular expressions. On Dec 10, 2009, at 5:51 PM, Tal Galili wrote: > Two backslashes... > > > > Contact > Details:--- > Contact me: tal.gal...@gmail.com | 972-52-7275845 > Read me: www.talgalili.com

Re: [R] Open user's R function

2009-12-10 Thread Tal Galili
Two backslashes... Contact Details:--- Contact me: tal.gal...@gmail.com | 972-52-7275845 Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) | www.r-statistics.com/ (English) -

Re: [R] Open user's R function

2009-12-10 Thread David Winsemius
On Dec 10, 2009, at 5:19 PM, Lisa wrote: Dear all, How can I open my own function in the R console window? For example, I have a function called my.function.r saved at the following directory Try: source(file="E:/My documents/R files/my.function.r") Note that I changed the backslash

[R] Open user's R function

2009-12-10 Thread Lisa
Dear all, How can I open my own function in the R console window? For example, I have a function called my.function.r saved at the following directory E:\My documents\R files Now I want to input a command in the R console window to open my.function.r. How can I do it? Thank you in advance. Lis