if (FALSE) {
# Get the names of the datasets contained in a project
projects() %>%
cd("Important Clients") %>%
datasets() %>%
names()
# The assignment method lets you move a dataset to a project
proj <- cd(projects(), "Important Clients")
ds <- loadDataset("New important client survey")
datasets(proj) <- ds
}
Run the code above in your browser using DataLab