Learn R Programming

manureshed (version 0.1.3)

citation_info: Display Package Citation Information

Description

Provides citation information for the package and data sources. Prints formatted citation text to the console for the manureshed package, the underlying research methodology paper (Akanbi et al., 2026), and the primary data sources (NuGIS agricultural data and EPA WWTP discharge data). The function is designed for users to easily obtain proper citations for publications and reports.

Usage

citation_info()

Arguments

Value

No return value, called for side effects. The function prints citation information to the console including:

  • Package citation with version and OSF repository

  • Research methodology paper citation

  • NuGIS data source attribution

  • EPA WWTP data source attribution

  • Contact information for data sources

Details

This function takes no arguments. It prints citation information directly to the console using message() functions, which can be suppressed with suppressMessages() if needed.

See Also

check_builtin_data for data availability, health_check for package diagnostics

Examples

Run this code
# \donttest{
# Display citation information
citation_info()
# }

Run the code above in your browser using DataLab