filename.aim: Generating standard-format filenames for output from AIM...

View source: R/writing.R

filename.aimR Documentation

Generating standard-format filenames for output from AIM analyses

Description

Creates an appropriate filename using the name of the project, the current date in the format DDMMYY, the type of data, and the file extension, separated by underscores.

Usage

filename.aim(name, type, extension = NULL)

Arguments

name

A string of the project name, e.g. "Idaho_SageGrouse"

type

A string of the data type, e.g. "analysis" or "reportingunits"

extension

A string of the file extension, e.g. "csv" or "shp". If this argument is not provided, no extension will be appended.


nstauffer/aim.analysis documentation built on Nov. 2, 2023, 12:52 a.m.