I am executing a R script within DeployR but currently all my function definitions etc. lie inside this same file which then becomes huge.
Is there a way to split the definitions into another file? Right now if I paste them into another file and save that file in the same dir in the Online DeployR Repository the original file cannot seem to see them.
Any workarounds?