read_biss {ecan}R Documentation

Read data from BiSS (Biodiversity Investigation Support System) to data frame.

Description

BiSS data is formatted as JSON.

Usage

read_biss(txt, join = TRUE)

Arguments

txt

A JSON string, URL or file.

join

A logical. TRUE: join plot and occurrence, FALSE: do not join.

Value

A data frame.

Examples

library(dplyr)
# path <- "set file path"
path <- "https://raw.githubusercontent.com/matutosi/biodiv/main/man/example.json"
read_biss(path)


[Package ecan version 0.2.1 Index]