Package 'icesdown'

Title: ICES Rmarkdown tools
Description: A collection of rmarkdown and pandoc versions of various ICES templates can be found here.
Authors: Iago Mosqueira [cre] , Colin Millar [aut]
Maintainer: Iago Mosqueira <[email protected]>
License: EUPL
Version: 0.1.2
Built: 2024-10-18 03:45:33 UTC
Source: https://github.com/ices-tools-prod/icesdown

Help Index


Coercing FLQuant(s) into flextable

Description

Coercing FLQuant(s) into flextable

Usage

## S4 method for signature 'FLQuant'
as_flextable(x)

## S4 method for signature 'FLQuants'
as_flextable(x)

Arguments

x

Object to transform, of class 'FLQuant' or 'FLQuants'

Examples

data(ple4)
as_flextable(catch(ple4))
as_flextable(catch.n(ple4))
as_flextable(metrics(ple4))

Template for Rmarkdown version of a stock assessment template

Description

Template for Rmarkdown version of a stock assessment template

Usage

stockReport(...)

Arguments

...

Any arguments to pass to bookdown::markdown_document2

Value

A document configuration, of class rmarkdown_output_format.