analysis.report: Create an analysis report

Description Usage Arguments

View source: R/create_report.R

Description

Create an analysis report

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
analysis.report(
  interface = T,
  data,
  year = 2019,
  author = "Cliff Clavin",
  email = "cliff@fws.gov",
  phone = "555-867-5309",
  output_file = "report.pdf",
  output_dir = getwd(),
  ...
)

Arguments

interface

if TRUE, user inputs the report parameters using a shiny interface

data

input data

year

a numeric value indicating the year of the desired report

author

the name of the report author

output_file

output file name in render. Default is "report.html".

output_dir

output directory for report in render. Default is user's current directory.

...

other arguments to be passed to render.


USFWS/SppDistMonProj documentation built on May 27, 2020, 9:44 a.m.