add_nest_labels_odkc: Add labels for species and nest/track type to parsed...

View source: R/add_nest_labels.R

add_nest_labels_odkcR Documentation

Add labels for species and nest/track type to parsed turtle-nest-encounters from ODK Central.

Description

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).

Usage

add_nest_labels_odkc(nests)

Arguments

nests

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

Details

\lifecycle

stable

Value

The dataframe with two new columns, species_colours and nest_type_text.

See Also

Other odkc: add_hatching_emergence_success_odkc(), download_odkc_turtledata_2020(), exclude_training_species_odkc(), filter_odkc_turtledata(), general_disturbance_by_season_odkc(), hatching_emergence_success_odkc(), map_dist_odkc(), map_mwi_odkc(), map_sv_odkc(), map_tracks_odkc(), map_tt_odkc(), nest_disturbance_by_season_odkc(), nesting_type_by_area_season_age_species_odkc(), nesting_type_by_area_season_species_odkc(), nesting_type_by_season_age_species_odkc(), nesting_type_by_season_calendarday_age_species_odkc(), nesting_type_by_season_calendarday_species_odkc(), nesting_type_by_season_day_species_odkc(), nesting_type_by_season_species_odkc(), nesting_type_by_season_week_age_species_odkc(), nesting_type_by_season_week_site_species_odkc(), nesting_type_by_season_week_species_odkc(), nesting_type_by_site_season_age_species_odkc(), nesting_type_by_site_season_species_odkc()


parksandwildlife/wastdr documentation built on Nov. 17, 2022, 4:52 p.m.