Description Usage Arguments Value Author(s) See Also Examples
get the full filename for a tag project or receiver database
1 | getDBFilename(projRecv, dir = getwd())
|
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: |
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"
John Brzustowski jbrzusto@REMOVE_THIS_PART_fastmail.fm
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}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.