How do I import my data file into R markdown? iwrote my code in r and now trying to transfer it in R markdown and having issues...
I have the csv file and I can run it with R code just fine...but for r markdown I guess I need to import it into the directory???
below is what I have but I have been trying in R markdown, but it is not working...
How do I import my data file into R markdown? iwrote my code in r and now trying to transfer it in R markdown and having issues... I have the csv file and I can run it with R code just fine...but for r markdown I guess I need to import it into the directory??? below is what I have but I have been trying in R markdown, but it is not working...
IPRDS1 <- read_dta ("C:/Users/kguzman\Project")