read_biss | R Documentation |
BiSS data is formatted as JSON.
read_biss(txt, join = TRUE)
txt |
A JSON string, URL or file. |
join |
A logical. TRUE: join plot and occurrence, FALSE: do not join. |
A data frame.
library(dplyr)
# path <- "set file path"
path <- "https://raw.githubusercontent.com/matutosi/biodiv/main/man/example.json"
read_biss(path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.