Description Usage Arguments Value Examples
View source: R/make_popup_sightings.R
Make popup of last sightings
1 | make_popup_sightings(.Data, .tk25.name = NULL, .n = 10)
|
.Data |
(data.table) |
.tk25.name |
(Character vector) |
.n |
(Integer value) |
A character value.
1 2 3 4 | library(data.table)
Data <- data.table(Beobachter = c("A", "A", "B", "A", "C"),
Jahr = c(2018, 2018, 2018, 2016, 2016))
make_popup_sightings(Data, .tk25.name = "8039 Starnberg")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.