getDBFilename: get the full filename for a tag project or receiver database

Description Usage Arguments Value Author(s) See Also Examples

Description

get the full filename for a tag project or receiver database

Usage

1
getDBFilename(projRecv, dir = getwd())

Arguments

projRecv

integer scalar project code from motus.org, *or* character scalar receiver serial number.

dir

character scalar: path to folder where databases are stored default: getwd()

Value

character scalar giving the full path to the database file for the specified tag project or receiver. Both DB types have file extensions ".motus", and the base filename looks like either "project-X.motus" or "SG-1234BBBK5678.motus" or "Lotek-12345.motus"

Author(s)

John Brzustowski jbrzusto@REMOVE_THIS_PART_fastmail.fm

See Also

tagme

Examples

1
2
3
4
5
6
7
## getDBFilename(123) # get the path to the database for tag project 123

## getDBFilename("SG-1234BBBK5678") # get the path to the database
##     for receiver SG-1234BBBK5678

## getDBFilename(5, "/home/me/mydbs") # get the path to the
##       database for project 5, which is in folder \code{/home/me/mydbs}

jbrzusto/motusClient documentation built on May 30, 2019, 4:33 p.m.