new_project_sensitive: Create a Sensitive Data Project

View source: R/new_project.R

new_project_sensitiveR Documentation

Create a Sensitive Data Project

Description

Shorthand for new_project(..., type = "project_sensitive"). Creates a project with additional privacy protections for handling sensitive data.

Usage

new_project_sensitive(
  name = NULL,
  location = NULL,
  browse = interactive(),
  ...
)

Arguments

name

Project name. If NULL (default), prompts interactively.

location

Directory path where project will be created. If NULL (default), prompts interactively.

browse

Whether to open the project folder after creation (default: TRUE in interactive sessions)

...

Additional arguments passed to 'project_

Value

Invisibly returns the result from project_create()

See Also

new_project()

Examples


if (FALSE) {
new_project_sensitive("medical-study", "~/projects/medical")
}



framework documentation built on Feb. 18, 2026, 1:07 a.m.