new_project_strict: Create a strictly new project

View source: R/new_project.R

new_project_strictR Documentation

Create a strictly new project

Description

Internal handler for creating a project that first checks whether project already exists and disallows overwriting. For a less strict version that allows overwriting with a warning, e.g. named update_project, implement with createOrUpdate = TRUE and then compare createdOn and modifiedOn to issue a warning (which would be more informative than current Python client).

Usage

new_project_strict(project_name)

Arguments

project_name

Name of project to be created.


nf-osi/nfportalutils documentation built on Feb. 26, 2024, 1:05 p.m.