Learn R Programming

RuHere (version 1.0.1)

puma_atlanticr: Occurrence records of Puma concolor from AtlanticR

Description

A subset of Atlantic mammals records obtained from the atlanticr::atlantic_mammals dataset, containing occurrences of Puma concolor.

This dataset is provided as an example to illustrate how to create user-defined metadata templates for occurrence records from external sources using the package’s create_metadata() function.

Usage

puma_atlanticr

Arguments

Format

A data frame where each row represents a single occurrence record of Puma concolor. Columns include species name, location, and other relevant metadata fields provided by the atlantic_mammals dataset.

See Also

create_metadata(), format_columns()

Examples

Run this code
# Preview first rows
head(puma_atlanticr)

# Count occurrences per year
table(puma_atlanticr$year)


Run the code above in your browser using DataLab