View source: R/table-survey-history.R
table_survey_history | R Documentation |
Create a table of the acoustic survey history
table_survey_history(
model,
d,
vessel_sep_lines = FALSE,
digits = 3,
font_size = 10,
header_font_size = 10,
header_vert_spacing = 12,
header_vert_scale = 1.2,
...
)
model |
A model, created by |
d |
A data frame containing the survey history as read in from
the file |
vessel_sep_lines |
Logical. If |
digits |
Number of decimal places |
font_size |
The table data and header font size in points |
header_font_size |
The font size for the headers only. If |
header_vert_scale |
Scale factor to create the vertical spacing value.
See |
... |
Arguments passed to |
vert_spacing |
The vertical spacing between newlines for this font.
If |
The vessel names need to be fixed. They are seperated by spaces, and may or may not have dashes in their names. The dashes will be replaced with spaces, and the spaces will be replaced by newlines in the output
A knitr::kable()
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.