add_wildtrax: Add Wildtrax file name to metadata

View source: R/helper.R

add_wildtraxR Documentation

Add Wildtrax file name to metadata

Description

Create and append file name appropriate for uploading data to the Wildtrax system.

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

dhope/ARUtools documentation built on Jan. 18, 2024, 5:47 a.m.