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

Description Usage Arguments

View source: R/create_documentation.R

Description

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

Usage

1
2
3
4
5
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 Feb. 3, 2021, 9:02 p.m.