Skip to content

Commit

Permalink
put ... for fpr_table_bcfp_html in the call to `fpr_table_bcfp_html…
Browse files Browse the repository at this point in the history
…` so that we can turn off the scroll for html tables (if we want to)
  • Loading branch information
NewGraphEnvironment committed May 21, 2024
1 parent 9afc53f commit ceb3f7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions R/tables.R
Original file line number Diff line number Diff line change
Expand Up @@ -300,14 +300,14 @@ fpr_table_bcfp <- function(dat = bcfishpass,
#' Tables will be linked to map points
#'
#' @param sites Integer value representing site.
#' @param ... Not used. Pass param to fpr_table_bcfp
#' @param ... Not used. Pass param to fpr_table_bcfp (or through to fpr_kable)
#'
#' @return
#' @export
#'
#' @examples
fpr_table_bcfp_html <- function(sites, ...){
fpr_table_bcfp(site = sites) %>%
fpr_table_bcfp(site = sites, ...) %>%
kableExtra::kable_styling(c("condensed"), full_width = T, font_size = 18) %>%
kableExtra::add_footnote(c('Model data is preliminary and subject to adjustments including incorporating area based estimates.',
'Modelled rearing habitat estimates include linear lengths of centrelines within wetlands for coho and within lakes >100ha (multiplied by 1.5) for sockeye.',
Expand Down
2 changes: 1 addition & 1 deletion man/fpr_table_bcfp_html.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ceb3f7c

Please sign in to comment.