the cedar ledge

Manipulating Files in R

Date: February 8 2021

Summary: Tips and tricks on how to manipulate files in R

Keywords: #zettel #r #programming #tips #tricks #archive

Bibliography

Not Available

Table of Contents

    1. Loading Files
  1. How To Cite
  2. References
  3. Discussion:

Loading Files

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.

How To Cite

Zelko, Jacob. Manipulating Files in R. https://jacobzelko.com/02082021203741-R-file-manipulation. February 8 2021.

References

Discussion:

CC BY-SA 4.0 Jacob Zelko. Last modified: November 24, 2023. Website built with Franklin.jl and the Julia programming language.