R/fire_data.R

#' Data of fire location data
#'
#' @format A tibble with 26959 rows and 10 variables:
#' \describe{
#'   \item{Location}{int location recorded when each visit}
#'   \item{Tag}{integer64 responder of each animal}
#'   \item{Date}{chr date of each visit}
#'   \item{Entry}{chr entry time in a visit}
#'   \item{Exit}{chr exit time in a visit}
#'   \item{`Ent Wt`}{num feed weight of entry in a visit}
#'   \item{`Ext Wt`}{num feed weight of exit in a visit}
#'   \item{Consumed}{num feed intake in a visit}
#'   \item{Weight}{num weight recorded in each visit}
#'   \item{`Topup Amount`}{num  topup amount}
#' }
#' @source fire location data of GuangXi YangXiang company
"fire_data"
tony2015116/pptos documentation built on March 20, 2022, 9:34 p.m.