add_report_numbers: Add the report numbers to a bookdown report

View source: R/add_report_numbers.R

add_report_numbersR Documentation

Add the report numbers to a bookdown report

Description

Add the report numbers to a bookdown report

Usage

add_report_numbers(
  path = ".",
  doi,
  year,
  reportnr,
  depotnr,
  photo,
  description,
  embargo = Sys.Date(),
  ordernr,
  copies,
  motivation,
  pages
)

Arguments

path

the path to the index.Rmd of the bookdown report.

doi

a string containing the DOI.

year

Publication year

reportnr

Report number assigned by the INBO library.

depotnr

Report number assigned by the INBO library.

photo

Link to an image to used on the cover.

description

Description of photo, including author information.

embargo

The earliest date at which the report can be made public on the INBO website. Defaults to today.

ordernr

Optional reference number specified by the client.

copies

Set the required number of copies in case you really need a printed version of the report. Omit in case you only require a digital version. Keep in mind that the INBO policy is to be "radically digital". Which implies to only print a report if it is mandatory.

motivation

Required motivation in case copies is set to a non-zero number.

pages

Number of pages of the report. Only required in case copies is set to a non-zero number.

See Also

Other utils: add_author(), check_dependencies(), column_start(), column_width(), cover_info(), create_report(), dyn_table(), references(), render_natbib(), validate_doi()


inbo/INBOmd documentation built on Feb. 3, 2024, 5:58 p.m.