Add the report numbers to a bookdown report
add_report_numbers(
path = ".",
doi,
year,
reportnr,
depotnr,
photo,
description,
embargo = Sys.Date(),
ordernr,
copies,
motivation,
pages
)
the path to the index.Rmd
of the bookdown report.
a string containing the DOI.
Publication year
Report number assigned by the INBO library.
Report number assigned by the INBO library.
Link to an image to used on the cover.
Description of photo
, including author information.
The earliest date at which the report can be made public on the INBO website. Defaults to today.
Optional reference number specified by the client.
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.
Required motivation in case copies
is set to a non-zero
number.
Number of pages of the report.
Only required in case copies
is set to a non-zero number.
Other utils:
add_author()
,
check_dependencies()
,
column_start()
,
column_width()
,
cover_info()
,
create_report()
,
dyn_table()
,
references()
,
render_natbib()
,
validate_doi()