build_ma_doc: Build Mobile Acoustic Report document in .docx file

View source: R/reports.R

build_ma_docR Documentation

Build Mobile Acoustic Report document in .docx file

Description

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

Usage

build_ma_doc(
  out_dir,
  file_name = "ma_doc.docx",
  project_df,
  project_id,
  ma_bulk_df,
  species_df,
  year,
  nightly_observed_list,
  date = format(Sys.time(), "%B %d, %Y")
)

Examples


## Not run: 
See vignette: build_ma_report (Build Mobile Acoustic Report)

## End(Not run)



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