read_biss: Read data from BiSS (Biodiversity Investigation Support...

View source: R/read_biss.R

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


ecan documentation built on July 9, 2023, 5:13 p.m.