create_sk_national_ft_reserves: Create a Flextable Object of Reserve Names

View source: R/create_sk_national_ft_reserves.R

create_sk_national_ft_reservesR Documentation

Create a Flextable Object of Reserve Names

Description

Create a flextable of reserve names for use with the NERRS national level template.

Usage

create_sk_national_ft_reserves(
  sk_result,
  font_sz_stn = 8,
  font_sz_head = 8,
  ht_head = 0.75,
  ht_body = 0.2
)

Arguments

sk_result

a data.frame of reformatted results from sk_seasonal

font_sz_stn

int, specify the font size of displayed station names

font_sz_head

int, specify the font size of the table header row

ht_head

num, specify the cell height of the table body rows. Units for this parameter are in inches.

ht_body

num, specify the cell height of the table header row. Units for this parameter are in inches.

Details

This function is intended for internal use with the NERRS national level reporting scripts. Using results from the reserve level trend analyses, create_sk_national_ft_reserves creates a flextable object of reserve names for display in the NERRS national level template.

Value

Returns a flextable object

Author(s)

Julie Padilla


SWMPrExtension documentation built on April 21, 2023, 1:14 a.m.