I am using an R script that someone sent me. This is not a big package but just one function. To use it, I source
the file.
However,whenever I restart R, I must type in source("directory")
again to use the function.
Is there any way I can avoid this and set that function permanently?