Adds two columns, two new columns, species_colours and nest_type_text, to parsed turtle-nest-encounters containing WAStD species and nest_type. The new columns can be used to create leaflet markers with leaflet::makeAwesomeIcon( text = ~nest_type_text, markerColor = ~species_colours).

add_nest_labels_odkc(nests)

Arguments

nests

(tibble) A dataframe or tibble of parsed turtle-nest-encounters.

Value

The dataframe with two new columns, species_colours and nest_type_text.

Details

[Stable]