MyNixOS website logo
Description

Collection of Data on Wildlife Sightings, Tourism Counts, and Weather from Australia.

This is a collection of data files for exploring sightings of wild things, relative to weather and tourism patterns in Australia.

ecotourism

R-CMD-check lifecycle

The goal of ecotourism is to provide clean, ready-to-use datasets for example analyses in teaching, demos, and reproducible workflows.
It currently includes wildlife (e.g., cuttlefish) occurrence records, tourism counts by region, and local weather for matching locations.

Website

👉 Documentation site: https://vahdatjavad.github.io/ecotourism/

Installation

Install the development version from GitHub:

# install.packages("pak")
pak::pak("vahdatjavad/ecotourism")

If you prefer remotes:

# install.packages("remotes")
remotes::install_github("vahdatjavad/ecotourism")

What’s inside?

List all available datasets and their short titles:

ObjectTitle
glowwormsGlowworms Occurrence Data (2014–2024)
gouldian_finchGouldian Finch Occurrence Data (2014–2024)
manta_raysManta Ray Occurrence Data (2014–2024)
orchidsOrchid Occurrence Data (2014–2024)
top_stationsTop Weather Stations for Each Organism
weather_dataDaily Weather Data for Top Stations (2014–2024)
weather_stationsAustralian Weather Station Metadata
tourism_quarterlyAustralian tourism spots quarterly counts
tourism_regionAustralian tourism regions with lat and lon.

This is the relational dataset in this package:

ecotourism dataset schema

To see documentation for any dataset, use:

?ecotourism::DATASET_NAME

Example

This is a minimal usage sketch. Replace DATASET_NAME with one from the table above.

library(ecotourism)

# List datasets included in the package
utils::data(package = "ecotourism")

# Example workflow (replace DATASET_NAME with a real object from the list)
# data("DATASET_NAME", package = "ecotourism")
# head(DATASET_NAME)
# str(DATASET_NAME)

# Tip: quick summaries if dplyr is available:
# if (requireNamespace("dplyr", quietly = TRUE)) {
#   dplyr::glimpse(DATASET_NAME)
# }

Getting help

Contributing

Pull requests are welcome! If you’re unsure where to start, open an issue first to discuss changes.

Citation

If you use ecotourism in teaching, demos, or research, please cite it:

citation("ecotourism")
Metadata

Version

0.1.0

License

Unknown

Platforms (76)

    Darwin
    FreeBSD
    Genode
    GHCJS
    Linux
    MMIXware
    NetBSD
    none
    OpenBSD
    Redox
    Solaris
    WASI
    Windows
Show all
  • aarch64-darwin
  • aarch64-freebsd
  • aarch64-genode
  • aarch64-linux
  • aarch64-netbsd
  • aarch64-none
  • aarch64-windows
  • aarch64_be-none
  • arm-none
  • armv5tel-linux
  • armv6l-linux
  • armv6l-netbsd
  • armv6l-none
  • armv7a-linux
  • armv7a-netbsd
  • armv7l-linux
  • armv7l-netbsd
  • avr-none
  • i686-cygwin
  • i686-freebsd
  • i686-genode
  • i686-linux
  • i686-netbsd
  • i686-none
  • i686-openbsd
  • i686-windows
  • javascript-ghcjs
  • loongarch64-linux
  • m68k-linux
  • m68k-netbsd
  • m68k-none
  • microblaze-linux
  • microblaze-none
  • microblazeel-linux
  • microblazeel-none
  • mips-linux
  • mips-none
  • mips64-linux
  • mips64-none
  • mips64el-linux
  • mipsel-linux
  • mipsel-netbsd
  • mmix-mmixware
  • msp430-none
  • or1k-none
  • powerpc-linux
  • powerpc-netbsd
  • powerpc-none
  • powerpc64-linux
  • powerpc64le-linux
  • powerpcle-none
  • riscv32-linux
  • riscv32-netbsd
  • riscv32-none
  • riscv64-linux
  • riscv64-netbsd
  • riscv64-none
  • rx-none
  • s390-linux
  • s390-none
  • s390x-linux
  • s390x-none
  • vc4-none
  • wasm32-wasi
  • wasm64-wasi
  • x86_64-cygwin
  • x86_64-darwin
  • x86_64-freebsd
  • x86_64-genode
  • x86_64-linux
  • x86_64-netbsd
  • x86_64-none
  • x86_64-openbsd
  • x86_64-redox
  • x86_64-solaris
  • x86_64-windows