Skip to contents

This will remove a project from the cache. The cache only stores information like project_name, token_name, directory location, and details from setup_project. If you want to truly delete the project files go the folder you setup.

Usage

cache_remove_project(project_name)

Arguments

project_name

A character string with no spaces or symbols representing the unique short name for the REDCap project.

Value

message of outcome

See also

Other Project Cache Functions: cache_clear(), cache_path(), get_projects()