This package is designed to provide a variety of ecological datasets for educational purposes. It goes beyond the typical R data package and provides two extra features:
The latest version of the package can be installed directly from GitHub using devtools::install_github("andrewmarx/ecodata")
.
There are two approaches for accessing data in the package.
The first approach is to access the raw data like you would in typical data packages. This approach only applies to the original data files that were imported into the package. These can be listed using data(package="ecodata")
. The documentation for them can be viewed using help()
, for example: help("lepanthes_rupestris")
. The documentation is also available in the online documentation: Reference
The second approach to accessing datasets, including the dynamically generated ones, is via the ecodata()
function. It handles the category selection process and runs the contributed functions that dynamically generate datasets. The manual pages for ecodata()
explain the usage and have an example of how to use it.
The GitHub repository has been setup for users to suggest datasets to include in the package here: Discussions.
Any type of ecological data will be considered, but due to CRAN package limits, very large datasets will not be implemented right away. Initially, the priority will be for datasets that can be used for multiple educational topics. Variety is welcome, and having multiple datasets per topic is an eventual goal. Datasets that consist of multiple files (e.g., related tables) are also welcome.
An important consideration for all datasets will be the license they are covered under. Currently, it is preferred that all datasets added to the package currently be publicly available under the CC0 License, but other licenses may be considered
When suggesting datasets, please include the ecological subdiscipline(s) (e.g., Quant, Spatial, Landscape, Molecular, Disease, Movement, etc) and educational topic(s) within those subdisciplines the data can be used for.
If a dataset included in the package has additional uses it hasn’t been categorized for, feel free to suggest additional categories.