Skip to content

Commit

Permalink
add data documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
atyrell3 committed Dec 5, 2024
1 parent 8061059 commit 768dace
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
RoxygenNote: 7.2.3
Depends:
R (>= 2.10)
23 changes: 23 additions & 0 deletions R/data.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#' @title SST anomaly using long-term mean from 1991-2020
#' @description SST anomaly using long-term mean from 1991-2020
#' @format A data frame with 513 rows and 4 variables:
#' \describe{
#' \item{\code{Year}}{double Year}
#' \item{\code{EPU}}{character Ecological Production Unit}
#' \item{\code{Var}}{character Indicator name}
#' \item{\code{Value}}{double Anomaly value (degrees C)}
#'}
#' @details DETAILS
"new_sst_anomaly"

#' @title SST anomaly using long-term mean from 1982-2010
#' @description SST anomaly using long-term mean from 1982-2010
#' @format A data frame with 513 rows and 4 variables:
#' \describe{
#' \item{\code{Year}}{double Year}
#' \item{\code{EPU}}{character Ecological Production Unit}
#' \item{\code{Var}}{character Indicator name}
#' \item{\code{Value}}{double Anomaly value (degrees C)}
#'}
#' @details DETAILS
"sst_anomaly"
25 changes: 25 additions & 0 deletions man/new_sst_anomaly.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 25 additions & 0 deletions man/sst_anomaly.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 768dace

Please sign in to comment.