create_documentation: Renders .rmd file to display all model data inputs

View source: R/create_documentation.R

create_documentationR Documentation

Renders .rmd file to display all model data inputs

Description

Figures and text are created to document the data used in the particular run of the model

Usage

create_documentation(
  outFile = "documentation.html",
  outDir = getwd(),
  data = hydraDataList
)

Arguments

outFile

Name of the html file to be output (Default = documentation.html)

outDir

Path to the location of where the html should be saved

Dependencies An rmd file is rendered (using rmarkdown) to produce the html file.


NOAA-EDAB/hydradata documentation built on Jan. 23, 2025, 3:27 a.m.