Skip to content
Prev 246440 / 398502 Next

How to use S-Plus functions in R

Hi

I am very new to R.  I used to work in S-Plus a lot but that was years ago. 
I wrote a large number of functions that I now want to view and edit in R. 
I know I have to tell R where the functions are but I have no idea how.  The
functions are stored on my laptop's c-drive.  I tried everything I could
find e.g. library(myfilepath), source(myfilepath) etc. but nothing seems to
work.

Hein