Skip to content

Commit

Permalink
Added documentation to exported data sets
Browse files Browse the repository at this point in the history
- mskeyAreas
- mskeyGears
- soeAreas
  • Loading branch information
andybeet committed Sep 14, 2024
1 parent 6197efb commit d89de26
Show file tree
Hide file tree
Showing 7 changed files with 142 additions and 0 deletions.
16 changes: 16 additions & 0 deletions R/deflate.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#' deflate: Index of dollar inflation
#'
#' This needs to be pulled directly from gov website in future
#' This data set should be temporary since it will need to be updated each year
#' It isn't clear where from
#'
#' @format A Data frame
#' \describe{
#' \item{YEAR}{Year of index}
#' \item{MONTH}{Month of index}
#' \item{PPI}{Price Index}
#'}
#'
#'
#'
"deflate"
17 changes: 17 additions & 0 deletions R/mskeyAreas.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#' mskeyAreas: Area Species, EPU designations
#'
#' Option to pass to \code{get_comland_data} if the user wishes define proportion Statistical Areas
#' based on findings in mskeyrun project. Statistical Area that straddle EPUs have landings proportioned among
#' neighboring EPUs
#'
#' @format A Data frame
#' \describe{
#' \item{AREA}{Statistical Area}
#' \item{NESPP3}{Gulf of Maine EPU}
#' \item{MeanProp}{Proportion of Statistical area to attribute to EPU}
#' \item{EPU}{Ecological Production Unit}
#'}
#'
#'
#'
"mskeyAreas"
15 changes: 15 additions & 0 deletions R/mskeyGears.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#' mskeyGears: Gear Fleet mapping from mskeyrun project
#'
#' Associates NEGEAR2 codes to Fleets
#'
#' and not to proportion the stat areas to EPUs
#'
#' @format A Data frame
#' \describe{
#' \item{NEGEAR2}{NEFSC 2 digit Gear code}
#' \item{MESHCAT}{Category of mesh size, SM, LG}
#' \item{Fleet}{Name of Fleet}
#'}
#'
#'
"mskeyGears"
23 changes: 23 additions & 0 deletions man/deflate.Rd

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

24 changes: 24 additions & 0 deletions man/mskeyAreas.Rd

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

24 changes: 24 additions & 0 deletions man/mskeyGears.Rd

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

23 changes: 23 additions & 0 deletions man/soeAreas.Rd

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

0 comments on commit d89de26

Please sign in to comment.