staged_filename: Given a species, retirve the name of the staged species file

View source: R/io.R

staged_filenameR Documentation

Given a species, retirve the name of the staged species file

Description

Given a species, retirve the name of the staged species file

Usage

staged_filename(
  species = "calfin",
  path = get_data_path("staged"),
  must_exist = TRUE
)

Arguments

species

char, the species to read

path

char, the path to the species staged data

must_exist

logical, if TRUE test for the existence of the file, throw an error if not found

Value

character, file specification


BigelowLab/ecomon documentation built on Dec. 8, 2023, 9:21 p.m.