coords_prefix: Format a file name with coordinates

Description Usage Arguments Value

View source: R/coordinates.R

Description

Format a file name with coordinates

Usage

1
coords_prefix(prefix, extension, coords = umbs_coords(), sep = ".")

Arguments

prefix

File path and prefix. By default, don't need the trailing . because it's set by sep.

extension

File extension. By default, don't need the leading . because it's set by sep.

coords

Numeric vector of latitude (name lat) and longitude (name lon). If not named, assume lat,lon. Default is umbs_coords().

sep

Separator between elements. Default = "."

Value

Path with lat-lon included


FoRTExperiment/ed4forte documentation built on March 21, 2020, 6:54 p.m.