View source: R/add_nest_labels.R
| add_nest_labels_odkc | R Documentation |
turtle-nest-encounters from ODK Central.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)
nests |
(tibble) A dataframe or tibble of parsed
|
stable
The dataframe with two new columns, species_colours and
nest_type_text.
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.