reject {rj}R Documentation

Accept, reject, or withdraw an article

Description

This set of functions wraps around update_status() and email_template to first update the status field in the DESCRIPTION file and then draft an email from the template.

Usage

reject(article, comments = "", date = Sys.Date())

reject_format(article, comments = "", date = Sys.Date())

accept(article, comments = "", date = Sys.Date())

withdraw(article, comments = "", date = Sys.Date())

major_revision(article, comments = "", date = Sys.Date())

minor_revision(article, comments = "", date = Sys.Date())

Arguments

article

Article id, like "2014-01"

comments

Any additional comments

date

Date of status update. If omitted defaults to today.


[Package rj version 0.2.25 Index]