build_sa_doc: Build Stationary Acoustic Report document in .docx file

View source: R/reports.R

build_sa_docR Documentation

Build Stationary Acoustic Report document in .docx file

Description

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

Usage

build_sa_doc(
  out_dir,
  file_name = "sa_doc.docx",
  project_df,
  project_id,
  sa_bulk_df,
  sa_survey_df,
  species_df,
  selected_year,
  nightly_observed_list = NULL,
  date = format(Sys.time(), "%B %d, %Y"),
  range_maps = TRUE
)

Examples


## Not run: 
See vignette: build_sa_report (Build Stationary Acoustic Report)

## End(Not run)


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