if (FALSE) {
# Not run:
# Create a project with default memory
project_add("simulation_study")
# Create with higher memory requirement
project_add("big_data_analysis", memory = 64)
# Verify project was created
project_list()
}
Run the code above in your browser using DataLab