User interface = Rstudio.
Is there a short-cut key that will paste code from my console in Rstudio to a R Markdown file that I am developing in the workspace above the console?
In the picture above, I would like to move the read1_file <- read.table("C:/Users/perdue/Desktop/Adv. MicroEconometrics/HA 3/data/read1.sas", header= FALSE, skip = 1, sep = ",", dec=".")
code from the console into the R2b_Michael.Rmd
file using a short-cut key.