View source: R/old_Data_Importing.R
GUANO_reader | R Documentation |
GUANO_reader
reads available GUANO metadata embedded in a folder of bat
acoustic. wav files processed by SonoBat. It creates a text file output of
this metadata in the parent folder of the files that can be loaded for further
analyses by GUANO_loader
.
GUANO_reader(folderpath, project_name)
folderpath |
Character, a path to the folder containing the files you wish to read the metadata from. |
project_name |
Character, a brief and relevant reference phrase that will be used to name the text file. |
A textfile in the parent folder of the files folder.
This function will take a long time for large datasets. Folders containing tens of thousands of files may take several hours to read! However, once complete this action does not need to repeated unless any changes are made to the original files. For this reason it is recommended to complete all manual vetting before proceeding.
Other Import Functions:
GUANO_loader()
,
import_GUANO()
,
log_file_parser()
## Not run:
GUANO.reader("C:/Folder/Folder/File_Folder", "Project_NA")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.