imp_smart_tool: Calculate Survey Priority Scores with SMART Tool

Description Usage Arguments Value

View source: R/main.R

Description

Calculate Survey Priority Scores with SMART Tool

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
imp_smart_tool(
  refuge_code = NULL,
  start_year = NULL,
  nyears = NULL,
  annual_staff_budget = NULL,
  survey_scores_filepath = NULL,
  criteria_weights_filepath = NULL,
  save_output = FALSE,
  save_filepath = NULL
)

Arguments

refuge_code

Refuge 3-character organization code.

start_year

Start year of the IMP.

nyears

Duration of IMP.

annual_staff_budget

Annual total number of FTE weeks available for surveys.

survey_scores_filepath

Full file path (including file name) to CSV file containing raw survey scores for SMART tool.

criteria_weights_filepath

Full file path (including file name) to CSV file containing criteria weights for SMART tool.

save_output

Logical value controlling whether output is saved as CSV. Default is FALSE.

save_filepath

File path to folder where output is saved. File names are internally generated.

Value

A data.frame containing SMART tool inputs and outputs including survey priority scores and ranks.


jlaufenb/akIMPsmarttool documentation built on Dec. 21, 2021, 12:12 a.m.