Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 246 Bytes

File metadata and controls

8 lines (5 loc) · 246 Bytes

useful-R-scripts

Some scripts for operations I repeat often

To use the functions in the scripts, add:

source("path/tofile/here.R")

in the file where you plan to use the function, where here.R is the file which contains the function.