translate_status: Takes a string of the various ways the island species status...

View source: R/translate_status.R

translate_statusR Documentation

Takes a string of the various ways the island species status can be and returns a uniform all lower-case string of the same status to make handling statuses easier in other function

Description

Takes a string of the various ways the island species status can be and returns a uniform all lower-case string of the same status to make handling statuses easier in other function

Usage

translate_status(status)

Arguments

status

Character endemicity status of the colonising clade. Either "endemic" or "nonendemic".

Value

Character string

Examples

translate_status("Endemic")

DAISIEprep documentation built on April 3, 2025, 9:26 p.m.