greenfeedr is an R package to easily download, report, and process GreenFeed data.
The package provides tools for:
get_gfdata()
downloads GreenFeed data via API.report_gfdata()
generates reports of GreenFeed
data.compare_gfdata()
compares preliminary and finalized
GreenFeed data.process_gfdata()
processes and averages GreenFeed
data.pellin()
processes pellet intakes from GreenFeed
units.viseat()
processes GreenFeed visits.More information about how to use greenfeedr can be found in Martinez-Boggio et al. (2024).
To install the latest stable release of greenfeedr
from
CRAN,
use:
install.packages("greenfeedr")
For the development version with the latest updates, install it from GitHub:
install.packages("remotes")
::install_github("GMBog/greenfeedr") remotes
library(greenfeedr)
The greenfeedr ShinyApp is hosted on shinyapps.io here:
Or if using RStudio you can also run the ShinyApp directly on your computer with:
::run_gfapp() greenfeedr
Learn how to use greenfeedr in different workflows:
If you encounter a clear bug, please file an issue with a minimal reproducible example on GitHub.
For more details, please contact Guillermo Martinez-Boggio.