Learn R Programming

osfr (version 0.1.1)

delete_project: Delete a project from OSF

Description

Delete a project from OSF

Usage

delete_project(id, recursive = FALSE, maxdepth = 5)

Arguments

id

OSF id (osf.io/XXXXX)

recursive

Boolean, if TRUE will go through folder nesting (see maxdepth)

maxdepth

Number of nesting levels to go through

Value

Boolean, delete success

Examples

Run this code
# NOT RUN {
delete_project(id = "12345")
# }

Run the code above in your browser using DataLab