title: "quick_test to try a page before adding to main document " subtitle: "this makes debugging a page easier and faster" metadata-files: - _metadata.yml params: year_assessment: 2024 year_start: 1999 data_loc: "~/bio.data/bio.snowcrab" sens: 1 debugging: FALSE model_variation: logistic_discrete_historical profile: nens
#| eval: true
#| output: false
#| echo: false
#| label: setup
require(knitr)
knitr::opts_chunk$set(
root.dir = data_root,
echo = FALSE,
out.width="6.2in",
fig.retina = 2,
dpi=192
)
# things to load into memory (in next step) via _load_results.qmd
toget = c( "fishery_results", "fishery_model" )
::: {.content-visible when-profile="nens"}
#| label: setup-observer-data-nens
#| eval: true
#| output: false
region = "cfanorth"
REGION = "N-ENS"
:::
::: {.content-visible when-profile="sens"}
#| label: setup-observer-data-sens
#| eval: true
#| output: false
region = "cfasouth"
REGION = "S-ENS"
:::
::: {.content-visible when-profile="4x"}
#| label: setup-observer-data-4x
#| eval: true
#| output: false
region = "cfa4x"
REGION = "4X"
:::
{{< include _load_results.qmd >}}
#| echo: false
#| eval: true
#| output: true
print(REGION)
print(regions)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.