Skip to content

Commit

Permalink
updated description of columns in scallop
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Carvalho committed Jan 15, 2025
1 parent d9b70f8 commit 2ced8e9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#' A subset of anonymized scallop data
#'
#' @format `scallop`
#' A data.frame with 10,000 rows and 31 columns:
#' A data.frame with 10,000 rows and 19 columns:
#' \describe{
#' \item{TRIPID}{Randomly assigned trip ID number.}
#' \item{DATE_TRIP}{Date of landing.}
Expand All @@ -29,10 +29,7 @@
#' 99th percentile value, respectively.}
#' \item{DDLAT}{The latitude reported on a VTR (Vessel Trip Reports).}
#' \item{DDLON}{The longitude reported on a VTR (Vessel Trip Reports).}
#' \item{NAME}{Name of wind lease which is found within a given ten minute square.}
#' \item{ZoneID}{FishSET's version of a ten minute square.}
#' \item{POUNDS}{Live pounds.}
#' \item{LANDED}{Landed pounds from the dealer report.}
#' \item{LANDED_OBSCURED}{Landed pounds from the dealer report (jittered/obscured).}
#' \item{DOLLAR_OBSCURED}{The value of catch paid by the dealer, from the
#' dealer report (jittered/obscured).}
Expand Down

0 comments on commit 2ced8e9

Please sign in to comment.