Hi I'm using the following code to set my working directory, however when I go to my files it doesn't appear to have set it as my working directory and I was hoping someone might know what I've done wrong?
...
library(knitr)
library(ggplot2)
opts_knit$set(root.dir ="C:/Users/ruthw/Documents/Flexanalysis/Aug 2020/20200820_HEPG2_Ctrl_48hr_LIPIDS_TA30_RP_220+")
knitr::opts_chunk$set(echo = T, warning = F, message = F, cache = T, error = F, cache.lazy = F)
...