add_wildtrax: Add file name formated for Wildtrax to metadata

View source: R/helper.R

add_wildtraxR 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 clean_metadata().

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

ARUtools documentation built on Oct. 9, 2024, 1:07 a.m.