Learn R Programming

osfr (version 0.1.1)

update_project: Update an OSF project

Description

This updates some of the metadata for an OSF project. Currently limited to switching a project to public. Does not yet include making public all subcomponents or vectorized to make multiple projects public at the same time.

Usage

update_project(id, private = FALSE)

Arguments

id

OSF id (osf.io/XXXX; just XXXX)

private

Set project to private/public (default changes to public)

Value

Boolean of update success

Examples

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

Run the code above in your browser using DataLab