audiomoth.rename | R Documentation |
This function renames or copies files created with an Audiomoth device in a readable format including the data and time of recording.
audiomoth.rename(dir, overwrite = FALSE, tz = "", prefix = "")
dir |
a character vector, path to directory where the .WAV files are stored. |
overwrite |
a logical, to specify if the files should be renamed
or copied, if |
tz |
a character vector defining a time zone specification. See |
prefix |
a charcter vector for a prefix name to be added at the beginning of the file name. |
The format of the new file names follows the format of the
SongMeter SM2/SM4 deveices: PREFIX_YYYYMMDD_HHMMSS.wav
.
1 logical vector indicating which operation succeeded for each of the files attempted.
Be careful if you overwrite the files.
Jerome Sueur
audiomoth
, songmeter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.