st_report: Create Status and Trends Report

View source: R/st_report.R

st_reportR Documentation

Create Status and Trends Report

Description

Creates a Status and Trends Report with the given parameter summary table, Basin name, and output directory.

Usage

st_report(
  format = "word_document",
  table_format = "pandoc",
  file_name = "Oregon_SandT_report",
  rmd_dir = "N:/Status_and_Trend_Reports/Report_Files/st_report_files",
  out_dir
)

Arguments

format

The output format for the rmarkdown document

table_format

The format for kable tables. "pandoc" is the default. See knitr::kable() for more options

file_name

The name of the output .html file

rmd_dir

The path to the directory where the status and trend Rmarkdown files are saved.

out_path

The output path

Value

A report located in the out_path

Examples

st_report(format = "word_document", table_format = "pandoc", file_name = "Oregon_SandT_report",
out_path = "N:/Status_and_Trend_Reports/2019/Statewide Report")

donco/odeqstatusandtrends documentation built on April 20, 2024, 12:46 a.m.