Wednesday, April 12, 2023

R Tutorial Playlist - How to use external scripts

 External script in R are considered to be other R script that you could use in your code. If you use function script("path to external script") you could use all of functions and variables which that script contains. With this single line of code, you are effectively importing all of code from external script to your code.

Check video tutorial below for this subject.



No comments:

Post a Comment