Learn R Programming

osfr (version 0.1.0)

create_project: Create a project on the OSF

Description

Create a project on the OSF

Usage

create_project(title, description = "", private = TRUE)

Arguments

title

Project title

description

Project description

private

Boolean, whether project should be private

Value

Returns the created project's id

See Also

create_component

Examples

Run this code
# NOT RUN {
create_project(title = "Testing the OSF project creation")
# }

Run the code above in your browser using DataLab