Date: February 8 2021
Summary: Tips and tricks on how to manipulate files in R
Keywords: #zettel #r #programming #tips #tricks #archive
Not Available
To load in files via the R REPL, do:
source("name_of_file.R")
This updates the state of the session and brings into the current session any variables defined within the file.
Zelko, Jacob. Manipulating Files in R. https://jacobzelko.com/02082021203741-R-file-manipulation. February 8 2021.