build_col_doc: Build Report document in .docx file for Colony Count Data

View source: R/reports.R

build_col_docR Documentation

Build Report document in .docx file for Colony Count Data

Description

Using the outputs from get_projects(), get_project_surveys(), get_colony_bulk_counts(), and () this function will create a report .docx file to an out_dir.

Usage

build_col_doc(
  out_dir,
  file_name = "cc_doc.docx",
  project_df = NULL,
  project_id,
  cc_bulk_df = NULL,
  date = format(Sys.time(), "%B %d, %Y")
)

Examples


## Not run: 
See vignette: build_cc_report (Build Colony Count Report)

## End(Not run)


usgs/nabatr documentation built on Jan. 28, 2024, 7:10 a.m.