DS4PS / ays-r-coding-sum-2022

Introductory data science course in R, taught at the Andrew Young School GSU.
http://ds4ps.org/ays-r-coding-sum-2022/
2 stars 2 forks source link

code through issue with R Markdown #16

Closed kyarosiuk1 closed 2 years ago

kyarosiuk1 commented 2 years ago

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")

kyarosiuk1 commented 2 years ago

i figured it out!