Skip to contents

This function takes the WildTrax reports and converts them to the desired format [Experimental]

Usage

wt_format_data(input, format = c("FWMIS", "NABAT"))

Arguments

input

A report containing locations from wt_download_report()

format

A format i.e. 'FWMIS' or 'NABAT'

Value

A tibble with the formatted report

Examples

if (FALSE) { # \dontrun{

dat <- wt_download_report(reports = c("main","visit","equipment")) |>
wt_format_data(format = 'FWMIS')
} # }