Hi, as a beginner, I am working through the monograph "Introduction to R for Social Scientists by Ryan Kennedy and Philip D. Waggoner. Up to now I have set the working directory, set up an R project and loaded packages (e. g. tidyverse and here). But now I am stuck. Unfortunately, I am neither able to load the library, save data in my working directory (nor loading the data from it).
I have just created an RStudio project but I am not able to keep data files there. I really do not know how to save them or export datasets (with Mac) into R.
Where is your data stored? On what kind of media (a file, a database, etc)? If it is a file, what kind of file (csv, xlsx, txt, etc)?
Ideally, to help us help you, you should prepare a reproducible example (reprex) illustrating your issue. Please have a look at this guide, to see how to create one: