
Last chance! 50% off unlimited learning
Sale ends in
Create a new project. If check_if_exist is enabled, the function will check if a project with the same name already exists. If yes, it will return a message and the information of the existing project instead of creating a new one.
create_project(
name,
description = NULL,
color = "#a748f5",
check_if_exist = FALSE
)
name of the project.
description of the project.
color of the project among \"#4876be\", \"#4ab6eb\", \"#49cf7d\", \"#dc8218\", \"#ecba35\", \"#f45b69\", \"#a748f5\", \"#b34ca2\" or \"#2fe6d0\" (#a748f5 by default).
boolean (FALSE by default). If TRUE, makes extra checks to see if a project with the same name is already existing.
list - information of the created project.