Here is my automatic setwd
library(rstudioapi) # for automatic setwd()
setwd(dirname(getActiveDocumentContext()$path))
df<- read.csv("ESS10_Dataset.csv.csv")
When I try and use the dataframe function R-Studio claims that the ESS10 Datatset does not exist even though I've used it to show me the data on r-studio can anyone help me fix this please??
data.frame( table(ESS10_Dataset.csv.csv$trstprl) )
I get the error message : that the object(the dataset can't be found)