Filing your dataset into a project folder
Filing your dataset into a project folder allows you to organize them within the correct folder, so you can easily find it and share it with the right teams.
To file your dataset, use the following in your R script:
projects() %>% mv(ds, "Folder Name")
where:
- ds
- your stored dataset
- Folder Name
- the name of the project folder to move it into (or create if it doesn't already exist)