add_wildtrax {ARUtools} | R Documentation |
Add file name formated for Wildtrax to metadata
Description
Create and append file name appropriate for uploading data to the Wildtrax platform https://wildtrax.ca/.
Usage
add_wildtrax(meta)
Arguments
meta |
Data frame. Recording metadata. Output of |
Value
Data frame of metadata with appended column of WildTrax appropriate file names.
Examples
m <- clean_metadata(project_files = example_files)
m <- add_wildtrax(m)
m
[Package ARUtools version 0.6.2 Index]