Learn R Programming

osfr (version 0.1.0)

comment_osf: Comment on a project on the OSF

Description

Provide comments on an OSF project. Please be respectful and inclusive in doing so and see the Terms of Use of the OSF. https://github.com/CenterForOpenScience/cos.io/blob/master/TERMS_OF_USE.md

Usage

comment_osf(id, txt)

Arguments

id

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

txt

Contents of the comment

Value

Boolean, posting succeeded?

Examples

Run this code
# NOT RUN {
comment_osf(id = '12345', txt = 'This is an example')
# }

Run the code above in your browser using DataLab