R/data.R

#' Estaciones agromet
#'
#' @section Variables:
#'
#' \itemize{#'
#'    \item \code{ ema } : ema.
#'    \item \code{ institucion } : institucion.
#'    \item \code{ nombre_ema } : nombre_ema.
#'    \item \code{ comuna } : comuna.
#'    \item \code{ region } : region.
#'    \item \code{ latitud } : latitud.
#'    \item \code{ longitud } : longitud.
#'    \item \code{ fecha_de_alta } : fecha_de_alta.
#' }
#'
#' @docType data
#' @name estaciones_agromet
#' @usage estaciones_agromet
#' @format A \code{data frame} with 417  observations and 8 variables.
"estaciones_agromet"

#' Variables_agromet
#'
#' @section Variables:
#'
#' \itemize{
#'
#'  \item \code{columna}: Nombre de la columna.
#'  \item \code{unit}: Unidad de medida.
#'  \item \code{description}: Descripción de la columna.
#'
#' }
#'
#' @docType data
#' @name variables_agromet
#' @usage variables_agromet
#' @format A \code{data frame} with 12 observations and 3 variables.
"variables_agromet"


#' Estaciones agromet
#'
#' @section Variables:
#'
#' \itemize{
#'
#'  \item \code{ codigoNacional } : codigoNacional.
#'  \item \code{ codigoOMM } : codigoOMM.
#'  \item \code{ codigoOACI } : codigoOACI.
#'  \item \code{ nombreEstacion } : nombreEstacion.
#'  \item \code{ latitud } : latitud.
#'  \item \code{ longitud } : longitud.
#'  \item \code{ altura } : altura.
#'  \item \code{ region } : region.
#'  \item \code{ NombreRegion } : NombreRegion.
#'  \item \code{ zonaGeografica } : zonaGeografica.
#'  \item \code{ datos } : datos.
#'
#' }
#'
#' @docType data
#' @name estaciones_dmc
"estaciones_dmc"
jbkunst/agrometR documentation built on Oct. 3, 2023, 1:33 a.m.