if (FALSE) {
set_gitlab_connection(
gitlab_url = "https://gitlab.com",
private_token = Sys.getenv("GITLAB_COM_TOKEN")
)
# Create new project
gl_new_project(name = "toto")
# Edit existing project
gl_edit_project(project = "<>", default_branch = "main")
# Delete project
gl_delete_project(project = "<>")
}
Run the code above in your browser using DataLab