load_occ: Load occurrence records

View source: R/load_occ.R

load_occR Documentation

Load occurrence records

Description

This function read a GBIF dataset, then return the unique coordinates in spatial format.

Usage

load_occ(path, crs_num = NULL)

Arguments

path

Character vector. Path of occurrences data, should have decimalLongitude & decimalLatitude.

crs_num

Character. Crs of the output spatial data points.

Value

Unique records.

Author(s)

Xiao Feng

Examples

## Not run: 
# Will change. Not run!
unique_records <- load_occ("data-raw/Netherlands/gridID_24/0047643-210914110416597.csv")

## End(Not run)

BiogeographyLab/gridder documentation built on April 21, 2024, 2:32 a.m.