Learn R Programming

osfr (version 0.1.1)

comment_osf: Comment on a project on OSF

Description

Provide comments on an OSF project. Please be respectful and inclusive in doing so and see the Terms of Use for OSF.

Usage

comment_osf(id, txt)

Arguments

id

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

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